Andrey Korzhevskiy has uploaded a new change for review.

  https://gwt-review.googlesource.com/3187


Change subject: Wrong JavaDoc for MouseWheelEvent.getDeltaY()
......................................................................

Wrong JavaDoc for MouseWheelEvent.getDeltaY()

Fixes issue 6400

Change-Id: I445111ab363a89aafb0f23a72de1bdc4971bae1c
---
M user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java b/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java
index 33fc5ca..647c07f 100644
--- a/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java
+++ b/user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java
@@ -61,8 +61,8 @@
   }

   /**
- * Get the change in the mouse wheel position along the Y-axis; positive if - * the mouse wheel is moving north (toward the top of the screen) or negative + * Get the change in the mouse wheel position along the Y-axis; negative if + * the mouse wheel is moving north (toward the top of the screen) or positive
    * if the mouse wheel is moving south (toward the bottom of the screen).
    *
    * Note that delta values are not normalized across browsers or OSes.

--
To view, visit https://gwt-review.googlesource.com/3187
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I445111ab363a89aafb0f23a72de1bdc4971bae1c
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Andrey Korzhevskiy <[email protected]>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to