]> source.dussan.org Git - gwtquery.git/commitdiff
Changing line used for testing
authorManolo Carrasco <manolo@apache.org>
Sun, 17 Jul 2011 10:56:47 +0000 (10:56 +0000)
committerManolo Carrasco <manolo@apache.org>
Sun, 17 Jul 2011 10:56:47 +0000 (10:56 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java

index 6afe2f895926d5aca7dc77365f8379cdce6430a9..85a8b9ce65eb6ca30fc8712240cb2e59d0b7ee0c 100755 (executable)
@@ -21,6 +21,7 @@ import com.google.gwt.query.client.Function;
 import com.google.gwt.query.client.GQuery;\r
 import com.google.gwt.query.client.Properties;\r
 import com.google.gwt.query.client.plugins.effects.ClipAnimation;\r
+import com.google.gwt.query.client.plugins.effects.Fx;\r
 import com.google.gwt.query.client.plugins.effects.PropertiesAnimation;\r
 import com.google.gwt.query.client.plugins.effects.ClipAnimation.Action;\r
 import com.google.gwt.query.client.plugins.effects.ClipAnimation.Direction;\r
@@ -150,7 +151,7 @@ public class Effects extends QueuePlugin<Effects> {
   }\r
   \r
   protected boolean isOff() {\r
-    return true;\r
+    return Fx.off;\r
   }\r
 \r
   /**\r