| Index: tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate b/tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| index 6ca992f97ea782b0edc4bb05edeaaf46c9756c0f..599c58171d96d487955e6be39f480dbfef04c6d2 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of html;
|
|
|
| -class $CLASSNAME extends $SUPER {
|
| +$(ANNOTATIONS)class $CLASSNAME extends $SUPER {
|
| $CLASSNAME(EventTarget _ptr) : super(_ptr);
|
| $!MEMBERS
|
| EventListenerList get mouseWheel {
|
|
|