| Index: tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate b/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| index 32ad37d16054ccd793a00869088ed600db8d70ff..cc18046acc5798a6174d78bf8ac846430532c242 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| @@ -3,8 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of html;
|
| -
|
| -/// @domName $DOMNAME
|
| +$ANNOTATIONS
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type, Window view, int detail, int screenX,
|
| int screenY, int clientX, int clientY, int button, [bool canBubble = true,
|
|
|