diff options
author | Julien Dramaix <julien.dramaix@gmail.com> | 2011-05-01 21:22:43 +0000 |
---|---|---|
committer | Julien Dramaix <julien.dramaix@gmail.com> | 2011-05-01 21:22:43 +0000 |
commit | 9c6451b5811a6ce9b70b061433c52b38976b1561 (patch) | |
tree | f12af2e4e766a9490a4a6be5143fd3b33ed4ab4a /gwtquery-core/src | |
parent | 016a5ae157954f4c92ca2fc09fc5f88cca533a67 (diff) | |
download | gwtquery-9c6451b5811a6ce9b70b061433c52b38976b1561.tar.gz gwtquery-9c6451b5811a6ce9b70b061433c52b38976b1561.zip |
transform TOBEFIXED in comment...
Diffstat (limited to 'gwtquery-core/src')
-rw-r--r-- | gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java index 918e4849..c4989626 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java @@ -15,8 +15,8 @@ import com.google.gwt.user.client.Event; * * * - * TOBEFIXED : the method preventDefault() must be called directly on the - * original event + * Be Careful : the methods preventDefault() and stopPropagation must be called directly on the + * original event. * * */ |