diff options
-rw-r--r-- | gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java | 2 |
1 files changed, 1 insertions, 1 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 f7768bb6..9a7f799f 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 @@ -3860,7 +3860,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> { }
/**
- * Returns the computed left position of the first element matched.
+ * Returns the computed top position of the first element matched.
*/
public int top() {
return (int) cur("top", true);
|