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

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

Issue 19497002: Reducing the amount of code we generate in the compiler: We still continue (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 6354ca8a91fa7d645481ab93c80e72f9bb8d1f9f..56bdacf2c59cab5cb8f5e9b51f21fb5c73236192 100644
--- a/example/todomvc/web/router_options.dart
+++ b/example/todomvc/web/router_options.dart
@@ -15,8 +15,9 @@ 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 {
+ bool get applyAuthorStyles => true;
var _sub;
void inserted() {

Powered by Google App Engine
This is Rietveld 408576698