aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
diff options
context:
space:
mode:
authorRay Cromwell <cromwellian@gmail.com>2009-05-04 20:36:47 +0000
committerRay Cromwell <cromwellian@gmail.com>2009-05-04 20:36:47 +0000
commit5d89867da687e9b4f01f13bfb2b71a0ad51198e8 (patch)
treed48e89bf417d82de28340c41e9b6a183728334b5 /gwtquery-core
parent6fe60be38945aee128410c4fe234714e4d5b6976 (diff)
downloadgwtquery-5d89867da687e9b4f01f13bfb2b71a0ad51198e8.tar.gz
gwtquery-5d89867da687e9b4f01f13bfb2b71a0ad51198e8.zip
SVN test
Diffstat (limited to 'gwtquery-core')
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java1
1 files changed, 1 insertions, 0 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 b4b165a0..127b451e 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
@@ -48,6 +48,7 @@ import java.util.Map;
public class GQuery {
/**
+ *
* A POJO used to store the top/left CSS positioning values of an element.
*/
public static class Offset {