From 5252c707d950bccca07bc7320f70503b675361a7 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Fri, 26 Aug 2011 10:47:17 +0000 Subject: [PATCH] This change should not be committed in r771 --- .../src/main/java/com/google/gwt/query/client/GQuery.java | 7 ------- 1 file changed, 7 deletions(-) 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. */ -- 2.39.5