From 1bcbc8a1033233159f1920e176827c4cf9035fd7 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Sun, 17 Jul 2011 10:56:47 +0000 Subject: [PATCH] Changing line used for testing --- .../main/java/com/google/gwt/query/client/plugins/Effects.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java index 6afe2f89..85a8b9ce 100755 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java @@ -21,6 +21,7 @@ import com.google.gwt.query.client.Function; import com.google.gwt.query.client.GQuery; import com.google.gwt.query.client.Properties; import com.google.gwt.query.client.plugins.effects.ClipAnimation; +import com.google.gwt.query.client.plugins.effects.Fx; import com.google.gwt.query.client.plugins.effects.PropertiesAnimation; import com.google.gwt.query.client.plugins.effects.ClipAnimation.Action; import com.google.gwt.query.client.plugins.effects.ClipAnimation.Direction; @@ -150,7 +151,7 @@ public class Effects extends QueuePlugin { } protected boolean isOff() { - return true; + return Fx.off; } /** -- 2.39.5