]> source.dussan.org Git - gwtquery.git/commit
Fix visibility poperty when using stop(). Fix delay calling dequeue twice. Now named...
authorManolo Carrasco <manolo@apache.org>
Fri, 19 Aug 2011 14:42:33 +0000 (14:42 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 19 Aug 2011 14:42:33 +0000 (14:42 +0000)
commit8a5e5c2a1f8a53f6e1c77dfa7ba4ef1dae4896d0
treea79c0018fbcdd1799f9954302156562151b14aea
parentfaad919e7f07539b5ebcd2f0d1eb8461b1615fd1
Fix visibility poperty when using stop(). Fix delay calling dequeue twice. Now named queue do not run dequeue like jquery does. Fix css2xpath when string literals contains # at the begining
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/SelectorEngineCssToXPath.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/effects/PropertiesAnimation.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