]> source.dussan.org Git - gwtquery.git/commit
Allow unbinding of certain functions like jquery does
authorManolo Carrasco <manolo@apache.org>
Wed, 14 Mar 2012 13:04:35 +0000 (13:04 +0000)
committerManolo Carrasco <manolo@apache.org>
Wed, 14 Mar 2012 13:04:35 +0000 (13:04 +0000)
commit557d0059c4bb2f03a53cc5eec5746be6b30b63c3
tree1429cf726d069c828159aa2079d4343230456d65
parentd9c72efc9b6cbc254f6d3ae22ea7a1d76bcba6c3
Allow unbinding of certain functions like jquery does
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/MousePlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTestGwt.java