]> source.dussan.org Git - gwtquery.git/commit
added queue stuff to its own class, so as plugins using queue have to extend this...
authorManolo Carrasco <manolo@apache.org>
Sun, 30 May 2010 06:11:36 +0000 (06:11 +0000)
committerManolo Carrasco <manolo@apache.org>
Sun, 30 May 2010 06:11:36 +0000 (06:11 +0000)
commit29ec562e940353d604950357e8b2f13fa82c679d
treec9b0f7e73e7a93b18ca323ec6aa71b0b2e1ab242
parent646f7d9f0a940fe23a9b0c986720536214e18e17
added queue stuff to its own class, so as plugins using queue have to extend this instead of GQuery
gwtquery-core/src/main/java/com/google/gwt/query/client/Effects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQueryQueue.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyEffects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java