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

Unified Diff: samples/third_party/todomvc/web/editable_label.dart

Issue 22801009: Bring the rest of the polymer.dart code from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
« no previous file with comments | « pkg/polymer/lib/src/emitters.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/web/editable_label.dart
diff --git a/samples/third_party/todomvc/web/editable_label.dart b/samples/third_party/todomvc/web/editable_label.dart
index 8b6e279c34475ee5664f91dc8fcb1e3febe0a41b..e1b6115b2a83e95882ac98e9c8bc999a3218a466 100644
--- a/samples/third_party/todomvc/web/editable_label.dart
+++ b/samples/third_party/todomvc/web/editable_label.dart
@@ -45,7 +45,6 @@ class EditableLabel extends PolymerElement with ObservableMixin {
}
}
-@polymerInitMethod
-void _init() {
+void main() {
registerPolymerElement('editable-label', () => new EditableLabel());
}
« no previous file with comments | « pkg/polymer/lib/src/emitters.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698