aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/main/java/gwtquery/client/Effects.java
diff options
context:
space:
mode:
authorRay Cromwell <cromwellian@gmail.com>2008-06-03 23:14:56 +0000
committerRay Cromwell <cromwellian@gmail.com>2008-06-03 23:14:56 +0000
commit84b16e70640b7c29179105898a45b168092cc87e (patch)
tree01d31fa01bdd81a09f166f0ff202ff6a68c014c0 /gwtquery-core/src/main/java/gwtquery/client/Effects.java
parente706b8b5da89557e0476b8e43300a59eeb98954d (diff)
downloadgwtquery-84b16e70640b7c29179105898a45b168092cc87e.tar.gz
gwtquery-84b16e70640b7c29179105898a45b168092cc87e.zip
0.2 release (breaks rc1 compiler?)
Diffstat (limited to 'gwtquery-core/src/main/java/gwtquery/client/Effects.java')
-rw-r--r--gwtquery-core/src/main/java/gwtquery/client/Effects.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gwtquery-core/src/main/java/gwtquery/client/Effects.java b/gwtquery-core/src/main/java/gwtquery/client/Effects.java
index abe6345c..d7c42b9d 100644
--- a/gwtquery-core/src/main/java/gwtquery/client/Effects.java
+++ b/gwtquery-core/src/main/java/gwtquery/client/Effects.java
@@ -2,7 +2,7 @@ package gwtquery.client;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.NodeList;
-import com.google.gwt.user.client.animation.Animation;
+import com.google.gwt.animation.client.Animation;
public class Effects extends GQuery {