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

Unified Diff: example/todomvc/web/editable_label.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/editable_label.html
diff --git a/example/todomvc/web/editable_label.html b/example/todomvc/web/editable_label.html
index 7ba0a6c0bf76ab45c6ba741e46c139eb886e58a5..652bbffe89d2cd35166148ebdd2baeb10b3f4c7d 100644
--- a/example/todomvc/web/editable_label.html
+++ b/example/todomvc/web/editable_label.html
@@ -9,7 +9,7 @@ BSD-style license that can be found in the LICENSE file.
<meta charset="utf-8">
</head>
<body>
-<element name="editable-label" extends="div" attributes="value"
+<polymer-element name="editable-label" extends="div" attributes="value"
apply-author-styles>
<template>
<template bind if="{{notEditing}}">
@@ -24,6 +24,6 @@ BSD-style license that can be found in the LICENSE file.
</template>
</template>
<script type="application/dart" src="editable_label.dart"></script>
-</element>
+</polymer-element>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698