]> source.dussan.org Git - gwtquery.git/commit
add bitless event support + custom event.
authorjdramaix <julien.dramaix@gmail.com>
Thu, 21 Nov 2013 15:16:48 +0000 (16:16 +0100)
committerjdramaix <julien.dramaix@gmail.com>
Thu, 21 Nov 2013 15:16:48 +0000 (16:16 +0100)
commit55d2475759d798769a740ba866a9bf3ec4c4ae58
treeaea9518eaba9e16cec0c78d5e5f1c168ba33b47d
parent4000e0affbaf816a98b5c9d004f994ad1e6ca97b
add bitless event support + custom event.
gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java
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/LazyEffects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyWidgets.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/GQueryCoreTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTestGwt.java