]> source.dussan.org Git - gwtquery.git/commitdiff
fix issue 108 : typo in java doc
authorJulien Dramaix <julien.dramaix@gmail.com>
Wed, 5 Oct 2011 20:32:02 +0000 (20:32 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Wed, 5 Oct 2011 20:32:02 +0000 (20:32 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java

index f7768bb69787d1de162709abd582f45659317a01..9a7f799f4d7afc46c9846357193c341407039667 100644 (file)
@@ -3860,7 +3860,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
   }\r
 \r
   /**\r
-   * Returns the computed left position of the first element matched.\r
+   * Returns the computed top position of the first element matched.\r
    */\r
   public int top() {\r
     return (int) cur("top", true);\r