diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2009-05-04 20:36:47 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2009-05-04 20:36:47 +0000 |
commit | 5d89867da687e9b4f01f13bfb2b71a0ad51198e8 (patch) | |
tree | d48e89bf417d82de28340c41e9b6a183728334b5 /gwtquery-core | |
parent | 6fe60be38945aee128410c4fe234714e4d5b6976 (diff) | |
download | gwtquery-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.java | 1 |
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 {
|