]> source.dussan.org Git - gwtquery.git/commit
Adding Julien review suggestions.
authorManolo Carrasco <manolo@apache.org>
Sun, 4 Jan 2015 09:56:21 +0000 (10:56 +0100)
committerManolo Carrasco <manolo@apache.org>
Sun, 4 Jan 2015 09:56:21 +0000 (10:56 +0100)
commit7551a677f9f96935a95b694a57299a0d347cfc03
tree3535bdb2751ec5d262d2625c276a2a42ad08dad9
parent85b16030e9636d01c98971b837818d182b3a657e
Adding Julien review suggestions.

- Additionally, I have moved all remaining transform related stuff
 from transition plugin to transform class, and checked that regex
 are updated based on specification (it was a copy from original
 jQuery plugin).
- Adding some tests.
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java
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/Transform.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transitions.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTestGwt.java