| Index: samples/third_party/todomvc/web/todo_row.dart
|
| diff --git a/samples/third_party/todomvc/web/todo_row.dart b/samples/third_party/todomvc/web/todo_row.dart
|
| index 8a8648c132d550b74f4ebf16b57d3bf394dd7254..e161c640e44728b4669fac717d204da2740cc128 100644
|
| --- a/samples/third_party/todomvc/web/todo_row.dart
|
| +++ b/samples/third_party/todomvc/web/todo_row.dart
|
| @@ -18,7 +18,9 @@ class TodoRow extends LIElement with Polymer, ObservableMixin {
|
|
|
| TodoRow.created() : super.created() {
|
| polymerCreated();
|
| + }
|
|
|
| + void ready() {
|
| var root = getShadowRoot("todo-row");
|
| var label = root.query('#label');
|
| var item = root.query('.todo-item');
|
|
|