| Index: lib/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| diff --git a/lib/dom/templates/html/impl/impl_EventTarget.darttemplate b/lib/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| index 893f3d24f08b2076890456f3becf2b88e76a895e..20c8e766ef9718ce48cca46af068f0fe1dac8d63 100644
|
| --- a/lib/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| +++ b/lib/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| @@ -56,6 +56,6 @@ class _EventListenerListImpl implements EventListenerList {
|
|
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| - Events get on() => new _EventsImpl(this);
|
| + Events get on => new _EventsImpl(this);
|
| $!MEMBERS
|
| }
|
|
|