| 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..8b4f02d1e214cf319eefc62e5f8b258dc0a9d6df 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" apply-author-styles 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>
|
|
|