]> source.dussan.org Git - gwtquery.git/commit
Fixing a bug in Properties parser when the input string was an empty json. Re-factori...
authorManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 08:41:50 +0000 (08:41 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 2 May 2011 08:41:50 +0000 (08:41 +0000)
commit6aafaac36916a96ca8a72e16666bf0437af5be8a
treed990e69133cb969a5535899cb44251d6b6887e84
parent4cbbbc02064c333fed8cdf0213d44f5bf600b2f2
Fixing a bug in Properties parser when the input string was an empty json. Re-factoring of properties class so as it use native methods already present in jscache
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryJsTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/JreQueryCoreTest.java