]> source.dussan.org Git - gwtquery.git/commit
Add validation dependencies to avoid warnings when running tests. Change gotoEnd...
authorManolo Carrasco <manolo@apache.org>
Fri, 15 Jul 2011 08:38:44 +0000 (08:38 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 15 Jul 2011 08:38:44 +0000 (08:38 +0000)
commit27f613240b8286f699b8c5b3b11a46644cc085c4
tree8d73aafce6d0880ac43b74bb802a669a5530b795
parent9956daf4ec363fd4e213a7a9e544c36aef72a907
Add validation dependencies to avoid warnings when running tests. Change gotoEnd parameter to boolean like jquery does. When jumtoEnd == true run callback functions. Jaadocs
gwtquery-core/pom.xml
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/impl/SelectorEngineNative.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/QueuePlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/SimpleNamedQueue.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/ClipAnimation.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/PropertiesAnimation.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/impl/SelectorEnginesTest.java
gwtquery-core/src/test/java/com/google/gwt/query/rebind/SelectorGeneratorsTest.java