| Index: example/todomvc/web/todo_row.html
|
| diff --git a/example/todomvc/web/todo_row.html b/example/todomvc/web/todo_row.html
|
| index ed9c4414536b838e670c1028ea99cdefc13f6b55..e51d9b4ea7804018214ba6fdb6071cb6240683b7 100644
|
| --- a/example/todomvc/web/todo_row.html
|
| +++ b/example/todomvc/web/todo_row.html
|
| @@ -124,7 +124,7 @@ ShadowRoot because it crosses the shadow boundary.
|
| </style>
|
| <div class="todo-item">
|
| <input class="toggle" type="checkbox" checked="{{todo.done}}">
|
| - <div is="editable-label" id="label" value="{{todo.task}}"></div>
|
| + <editable-label id="label" value="{{todo.task}}"></editable-label>
|
| <button class="destroy" on-click="removeTodo"></button>
|
| </div>
|
| </template>
|
|
|