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

Unified Diff: example/todomvc/web/router_options.dart

Issue 20863002: Introduce boot.js: this finally makes it possible to load and run Todomvc (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 5 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: example/todomvc/web/router_options.dart
diff --git a/example/todomvc/web/router_options.dart b/example/todomvc/web/router_options.dart
index 56bdacf2c59cab5cb8f5e9b51f21fb5c73236192..31cd11a3852a39df1a99845026a62e78cd7461af 100644
--- a/example/todomvc/web/router_options.dart
+++ b/example/todomvc/web/router_options.dart
@@ -46,3 +46,7 @@ class RouterOptions extends PolymerElement {
super.removed();
}
}
+
+_init() {
+ registerPolymerElement('router-options', () => new RouterOptions());
+}

Powered by Google App Engine
This is Rietveld 408576698