| Index: dart/samples/third_party/todomvc/test/markdone_shadow_test.dart
|
| ===================================================================
|
| --- dart/samples/third_party/todomvc/test/markdone_shadow_test.dart (revision 34784)
|
| +++ dart/samples/third_party/todomvc/test/markdone_shadow_test.dart (working copy)
|
| @@ -8,7 +8,9 @@
|
| // a web test.
|
| import 'dart:html';
|
| import 'markdone_test.dart' as markdone_test;
|
| +import 'package:polymer/polymer.dart' show initMethod;
|
|
|
| +@initMethod
|
| main() {
|
| // Make analyzer happy by using dart:html.
|
| document.querySelector('body');
|
|
|