aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-07-17 10:56:47 +0000
committerManolo Carrasco <manolo@apache.org>2011-07-17 10:56:47 +0000
commit1bcbc8a1033233159f1920e176827c4cf9035fd7 (patch)
tree4f248e9f5441c09ef141ecb79804d7712f97fc40
parent434ef5c7940bd735b71160c8c20333c7b2e24637 (diff)
downloadgwtquery-1bcbc8a1033233159f1920e176827c4cf9035fd7.tar.gz
gwtquery-1bcbc8a1033233159f1920e176827c4cf9035fd7.zip
Changing line used for testing
-rwxr-xr-xgwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java3
1 files changed, 2 insertions, 1 deletions
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<Effects> {
}
protected boolean isOff() {
- return true;
+ return Fx.off;
}
/**