Index: example/todomvc/web/todo_row.html |
diff --git a/example/todomvc/web/todo_row.html b/example/todomvc/web/todo_row.html |
index 38b1b89d8f72fb76797b7c14ed7b164f0e5236af..ed9c4414536b838e670c1028ea99cdefc13f6b55 100644 |
--- a/example/todomvc/web/todo_row.html |
+++ b/example/todomvc/web/todo_row.html |
@@ -10,7 +10,7 @@ BSD-style license that can be found in the LICENSE file. |
<link rel="import" href="editable_label.html"> |
</head> |
<body> |
-<element name="todo-row" extends="li" apply-author-styles attributes="todo"> |
+<polymer-element name="todo-row" extends="li" attributes="todo"> |
<template> |
<style scoped> |
.todo-item { |
@@ -129,6 +129,6 @@ ShadowRoot because it crosses the shadow boundary. |
</div> |
</template> |
<script type="application/dart" src="todo_row.dart"></script> |
-</element> |
+</polymer-element> |
</body> |
</html> |