Index: example/todomvc/web/router_options.dart |
diff --git a/example/todomvc/web/router_options.dart b/example/todomvc/web/router_options.dart |
index 6354ca8a91fa7d645481ab93c80e72f9bb8d1f9f..65ff660eebd80c8ba230c2ffffa1532c333a6411 100644 |
--- a/example/todomvc/web/router_options.dart |
+++ b/example/todomvc/web/router_options.dart |
@@ -15,7 +15,7 @@ import 'package:polymer/polymer.dart'; |
* have a tag like `<a href="#/completed">` it will get the class |
* `class="selected"`, and other links will have that CSS class removed. |
*/ |
-class RouterOptions extends CustomElement { |
+class RouterOptions extends PolymerElement { |
var _sub; |