| Index: example/todomvc/test/todomvc_markdone_test.html
|
| diff --git a/example/todomvc/test/todomvc_markdone_test.html b/example/todomvc/test/todomvc_markdone_test.html
|
| index 7e65a9b1b0c2119136b1c2688ce8a140da391ff3..304a279c5253eef444b110e674d270a1472d0568 100644
|
| --- a/example/todomvc/test/todomvc_markdone_test.html
|
| +++ b/example/todomvc/test/todomvc_markdone_test.html
|
| @@ -67,8 +67,8 @@ main() {
|
| appModel.todos.add(new Todo('two (unchecked)'));
|
| appModel.todos.add(new Todo('three (checked)')..done = true);
|
| appModel.todos.add(new Todo('four (checked)'));
|
| - deliverChangeRecords();
|
| - // TODO(sigmund): investigate why is not enough to do Timer.run
|
| +
|
| + // TODO(sigmund): investigate why is not enough to do Timer.run
|
| new Timer(new Duration(milliseconds: 200), () {
|
| // Note: use query because "document" is unwrapped in ShadowDOM polyfill.
|
| var body = query('body');
|
| @@ -91,6 +91,7 @@ main() {
|
| });
|
| });
|
| }
|
| +
|
| </script>
|
| </body>
|
| </html>
|
|
|