diff options
author | Julien Dramaix <julien.dramaix@gmail.com> | 2011-10-05 20:32:02 +0000 |
---|---|---|
committer | Julien Dramaix <julien.dramaix@gmail.com> | 2011-10-05 20:32:02 +0000 |
commit | 3006b51d1fdb2cd05052ff2e42897f96471db604 (patch) | |
tree | b920d99c4f1add91f46054789da3bb278b718e1c /gwtquery-core | |
parent | badfbccfbd8358a7d573f513bb790850bc78c519 (diff) | |
download | gwtquery-3006b51d1fdb2cd05052ff2e42897f96471db604.tar.gz gwtquery-3006b51d1fdb2cd05052ff2e42897f96471db604.zip |
fix issue 108 : typo in java doc
Diffstat (limited to 'gwtquery-core')
-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);
|