diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2008-06-03 23:14:56 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2008-06-03 23:14:56 +0000 |
commit | 84b16e70640b7c29179105898a45b168092cc87e (patch) | |
tree | 01d31fa01bdd81a09f166f0ff202ff6a68c014c0 /gwtquery-core/src/main/java/gwtquery/client/Effects.java | |
parent | e706b8b5da89557e0476b8e43300a59eeb98954d (diff) | |
download | gwtquery-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.java | 2 |
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 {
|