| 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..4afa0db31e47d89c41a4025bc2e0b2f0e7a3533c 100644
|
| --- a/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of html;
|
|
|
| -/// @domName $DOMNAME
|
| +@DomName('$DOMNAME')
|
| 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,
|
|
|