| Index: lib/html/templates/html/interface/interface_WheelEvent.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_WheelEvent.darttemplate b/lib/html/templates/html/interface/interface_WheelEvent.darttemplate
|
| index d887078b73cae5dfd71b804aa99fb4cd1a9f520c..d623c4c0fe8122f5abf4a17c37485562d0ab9360 100644
|
| --- a/lib/html/templates/html/interface/interface_WheelEvent.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_WheelEvent.darttemplate
|
| @@ -6,12 +6,6 @@ $!COMMENT
|
| abstract class $ID$EXTENDS {
|
| $!MEMBERS
|
|
|
| - /** @domName WheelEvent.deltaX */
|
| - num get deltaX;
|
| -
|
| - /** @domName WheelEvent.deltaY */
|
| - num get deltaY;
|
| -
|
| /** @domName WheelEvent.deltaMode */
|
| int get deltaMode;
|
| }
|
|
|