Chromium Code Reviews| Index: tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
| diff --git a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
| index 1630878110b9cb4978c19215865912a37fe98437..7631f739dd000cee0130680ee8db2b7af6951558 100644 |
| --- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
| @@ -65,8 +65,7 @@ class ElementEvents extends Events { |
| /** |
| * Base class for all browser objects that support events. |
| * |
| - * Use the [on] property to add, and remove events (rather than |
| - * [$dom_addEventListener] and [$dom_removeEventListener] |
|
Emily Fortuna
2013/10/21 21:57:48
I think we have some tests that use dom_addEventLi
blois
2013/10/21 23:23:35
Couldn't find any references.
|
| + * Use the [on] property to add, and remove events |
| * for compile-time type checks and a more concise API. |
| */ |
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |