aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/main
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-04-09 16:27:35 +0200
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-04-09 16:27:35 +0200
commit929882857a0350db62ead1102bc77b3c45b9a035 (patch)
treece36b3ad8a338c6fddf972383922f9f321a3b288 /gwtquery-core/src/main
parent09473f748c9f098a7a86cc623adacdc32480953d (diff)
downloadgwtquery-release-1.3.3.tar.gz
gwtquery-release-1.3.3.zip
New release 1.3.3 because 1.3.2 only is compatible with 2.5.x. Fixes issue 176release-1.3.3
Diffstat (limited to 'gwtquery-core/src/main')
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java2
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
index 7999e10d..08fbfe89 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
@@ -17,7 +17,7 @@ package com.google.gwt.query.client;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArrayMixed;
-import com.google.gwt.core.shared.GWT;
+import com.google.gwt.core.client.GWT;
import com.google.gwt.query.client.js.JsCache;
import com.google.gwt.query.client.js.JsUtils;
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java
index 04db71fd..170e2f0e 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java
@@ -13,7 +13,7 @@
*/
package com.google.gwt.query.client.plugins.callbacks;
-import com.google.gwt.core.shared.GWT;
+import com.google.gwt.core.client.GWT;
import com.google.gwt.query.client.Function;
import com.google.gwt.query.client.Properties;
import com.google.gwt.query.client.builders.JsonBuilder;