From 3006b51d1fdb2cd05052ff2e42897f96471db604 Mon Sep 17 00:00:00 2001 From: Julien Dramaix Date: Wed, 5 Oct 2011 20:32:02 +0000 Subject: fix issue 108 : typo in java doc --- gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gwtquery-core') 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 { } /** - * 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); -- cgit v1.2.3