Chromium Code Reviews| Index: lib/dom/templates/html/frog/impl_EventTarget.darttemplate |
| diff --git a/lib/dom/templates/html/frog/impl_EventTarget.darttemplate b/lib/dom/templates/html/frog/impl_EventTarget.darttemplate |
| index 02d0ee1a98349c246a2122e6dab898e0f2a241ff..893f3d24f08b2076890456f3becf2b88e76a895e 100644 |
| --- a/lib/dom/templates/html/frog/impl_EventTarget.darttemplate |
| +++ b/lib/dom/templates/html/frog/impl_EventTarget.darttemplate |
| @@ -10,9 +10,7 @@ class _EventsImpl implements Events { |
| _EventsImpl(this._ptr); |
| - _EventListenerListImpl operator [](String type) => _get(type.toLowerCase()); |
| - |
| - _EventListenerListImpl _get(String type) { |
| + _EventListenerListImpl operator [](String type) { |
|
Anton Muhin
2012/06/05 13:47:03
=> syntax?
|
| return new _EventListenerListImpl(_ptr, type); |
| } |
| } |