Chromium Code Reviews| 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()); |
| +} |