| Index: sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| index 1f333773e7b39504605cecfcc73cb6417a068681..6ca992f97ea782b0edc4bb05edeaaf46c9756c0f 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class $CLASSNAME extends $SUPER {
|
| $CLASSNAME(EventTarget _ptr) : super(_ptr);
|
| $!MEMBERS
|
|
|