]> source.dussan.org Git - gwtquery.git/commit
Adding more testing and fixes
authorManolo Carrasco <manolo@apache.org>
Wed, 7 Jan 2015 11:58:29 +0000 (12:58 +0100)
committerManolo Carrasco <manolo@apache.org>
Wed, 7 Jan 2015 19:28:41 +0000 (20:28 +0100)
commitc9154098336089c1855b71fa9da5236059280e6c
treef7020560d71228c5924d916fa6a5bbef0c3bc053
parent04a0fd7f36a481c028c33ed4a608e12d135e34c0
Adding more testing and fixes
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.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/effects/PropertiesAnimation.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transform.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transitions.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/TransitionsAnimation.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/SpecialEvent.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTestGwt.java