From 12f52c74b7f4197c5dba1c7807c4fb3dea9971fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20Carrasco=20Mo=C3=B1ino?= Date: Mon, 18 Nov 2013 08:26:24 +0100 Subject: [PATCH] Remove method used during developing to inspect objects --- .../java/com/google/gwt/query/client/plugins/Effects.java | 4 ---- 1 file changed, 4 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 19d49b6b..8de5d91c 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 @@ -183,10 +183,6 @@ public class Effects extends QueuePlugin { return this; } - private static native void set(Element e) /*-{ - $wnd.eee = e; - }-*/; - /** * * The animate() method allows you to create animation effects on any numeric -- 2.39.5