From: Manolo Carrasco Date: Fri, 26 Aug 2011 10:47:17 +0000 (+0000) Subject: This change should not be committed in r771 X-Git-Tag: release-1.3.2~245 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5252c707d950bccca07bc7320f70503b675361a7;p=gwtquery.git This change should not be committed in r771 --- diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java index 97489f0f..d6b394cc 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java @@ -181,13 +181,6 @@ public class GQuery implements Lazy { return new GQuery(JsNodeArray.create()); } - /** - * Wrap a GQuery around an existing element. - */ - public static GQuery $(Function f) { - return new GQuery(f.getElement()); - } - /** * Wrap a GQuery around an existing element. */