From 84b16e70640b7c29179105898a45b168092cc87e Mon Sep 17 00:00:00 2001 From: Ray Cromwell Date: Tue, 3 Jun 2008 23:14:56 +0000 Subject: 0.2 release (breaks rc1 compiler?) --- gwtquery-core/src/main/java/gwtquery/client/Effects.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gwtquery-core/src/main/java/gwtquery/client/Effects.java') 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 { -- cgit v1.2.3