]> source.dussan.org Git - gwtquery.git/commit
implement undelegate methods
authorJulien Dramaix <julien.dramaix@gmail.com>
Mon, 11 Apr 2011 20:34:40 +0000 (20:34 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Mon, 11 Apr 2011 20:34:40 +0000 (20:34 +0000)
commita7f735f9cae67a2255365d89d5e0bad6e1a12027
tree87557a900482f24f2339688f1742778d35ad32aa
parent20067c773fc7c7cd3b984036ff1e6fa0cfdf293e
implement undelegate methods
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.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/LazyEvents.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/GQueryEventsTest.java