Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: lib/dom/templates/html/impl/impl_EventTarget.darttemplate

Issue 10928060: Partially migrate from old getter syntax to new one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/dom/templates/html/impl/impl_EventTarget.darttemplate
diff --git a/lib/dom/templates/html/impl/impl_EventTarget.darttemplate b/lib/dom/templates/html/impl/impl_EventTarget.darttemplate
index 893f3d24f08b2076890456f3becf2b88e76a895e..20c8e766ef9718ce48cca46af068f0fe1dac8d63 100644
--- a/lib/dom/templates/html/impl/impl_EventTarget.darttemplate
+++ b/lib/dom/templates/html/impl/impl_EventTarget.darttemplate
@@ -56,6 +56,6 @@ class _EventListenerListImpl implements EventListenerList {
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
- Events get on() => new _EventsImpl(this);
+ Events get on => new _EventsImpl(this);
$!MEMBERS
}
« no previous file with comments | « lib/dom/templates/html/impl/impl_Element.darttemplate ('k') | lib/dom/templates/html/impl/impl_Node.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698