| Index: samples/third_party/todomvc/test/listorder_test.dart
|
| diff --git a/samples/third_party/todomvc/test/listorder_test.dart b/samples/third_party/todomvc/test/listorder_test.dart
|
| index 01d1009f104854f3d32ebcf940d37dc4894541c0..472d8eafe8cf36d006995faef50677ff492d39f3 100644
|
| --- a/samples/third_party/todomvc/test/listorder_test.dart
|
| +++ b/samples/third_party/todomvc/test/listorder_test.dart
|
| @@ -16,8 +16,8 @@ import '../web/model.dart';
|
| * switches from back and forth between "Active" and "All". This will make some
|
| * nodes to be hidden and readded to the page.
|
| */
|
| -@initMethod
|
| -_main() {
|
| +main() {
|
| + initPolymer();
|
| useHtmlConfiguration();
|
|
|
| ShadowRoot root;
|
|
|