]> source.dussan.org Git - gwtquery.git/commitdiff
Removed unused static variable.
authorManolo Carrasco <manolo@apache.org>
Mon, 17 Jan 2011 10:00:48 +0000 (10:00 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 17 Jan 2011 10:00:48 +0000 (10:00 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java

index b9f04f3fe6237bb19b43dd116dc8531099ee0d7e..480ac8ddb20edc9d6837da3020bd2fbe8d7f7bd8 100644 (file)
@@ -154,13 +154,24 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     }-*/;\r
   }\r
 \r
+  /**\r
+   * The body element in the current page.\r
+   */\r
   public static final BodyElement body = Document.get().getBody();\r
 \r
+  /**\r
+   * The document element in the current page. \r
+   */\r
   public static final Document document = Document.get();\r
-  public static boolean fxOff = false;\r
 \r
+  /**\r
+   * A static reference to the GQuery class.\r
+   */\r
   public static Class<GQuery> GQUERY = GQuery.class;\r
 \r
+  /**\r
+   * The window object.\r
+   */\r
   public static final Element window = window();\r
 \r
   private static DataCache dataCache = null;\r