]> source.dussan.org Git - gwtquery.git/commit
use the same "unique()" method in SelectorEngine and GQuery, this eliminates the...
authorManolo Carrasco <manolo@apache.org>
Sat, 29 May 2010 07:32:55 +0000 (07:32 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 29 May 2010 07:32:55 +0000 (07:32 +0000)
commit646f7d9f0a940fe23a9b0c986720536214e18e17
tree8f905105dae582ae2d122f0b98b4966537e4bc2b
parent3e024f3cb9fad30904171029ea69cdbd7e273cb8
use the same "unique()" method in SelectorEngine and GQuery, this eliminates the need of FastSet in favor of java.util.HashSet
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineSizzle.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQuerySelectorsTest.java