]> source.dussan.org Git - gwtquery.git/commitdiff
This change should not be committed in r771
authorManolo Carrasco <manolo@apache.org>
Fri, 26 Aug 2011 10:47:17 +0000 (10:47 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 26 Aug 2011 10:47:17 +0000 (10:47 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java

index 97489f0f2ec90aaf3a6f0ed20417713d8bbee0c5..d6b394cc282f9bc84e8f1e0f49d082397d2912d1 100644 (file)
@@ -181,13 +181,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return new GQuery(JsNodeArray.create());\r
   }\r
   \r
-  /**\r
-   * Wrap a GQuery around an existing element.\r
-   */\r
-  public static GQuery $(Function f) {\r
-    return new GQuery(f.getElement());\r
-  }\r
-\r
   /**\r
    * Wrap a GQuery around an existing element.\r
    */\r