]> source.dussan.org Git - gwtquery.git/commit
Revert method f to return an object and avoid eclipse warnings. Accept either dom...
authorManolo Carrasco <manolo@apache.org>
Fri, 15 Apr 2011 06:59:58 +0000 (06:59 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 15 Apr 2011 06:59:58 +0000 (06:59 +0000)
commit7a83fa954ce2ee2359d8fe8d2466bc3c7742b8f4
treec57494cee53fd8f16de5aff9225aa06e67bdda79
parent2f8b9bb9a0de616d9a1ca9a42ef4edf580147967
Revert method f to return an object and avoid eclipse warnings. Accept either dom.Element or client.Element in function methods. Tests for map() which was untested. Added shortcut method to get/set id
gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java
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/test/java/com/google/gwt/query/client/GQueryCoreTest.java