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

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

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.html
diff --git a/example/todomvc/web/router_options.html b/example/todomvc/web/router_options.html
index 2340b454a0cee82da9c7178a7bf371a9d945b6a1..7f92936e6c1d9f19f6dcf9224eea7137e26adc21 100644
--- a/example/todomvc/web/router_options.html
+++ b/example/todomvc/web/router_options.html
@@ -9,9 +9,9 @@ BSD-style license that can be found in the LICENSE file.
<meta charset="utf-8">
</head>
<body>
-<element name="router-options" extends="ul" apply-author-styles>
+<polymer-element name="router-options" extends="ul">
<template><content></content></template>
<script type="application/dart" src="router_options.dart"></script>
-</element>
+</polymer-element>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698