| Index: samples/third_party/todomvc/test/markdone_shadow_test.html
|
| diff --git a/samples/third_party/todomvc/test/markdone_shadow_test.html b/samples/third_party/todomvc/test/markdone_shadow_test.html
|
| index 9ec92b4b093889ac6cceb0ec95ab2bab0e342fce..3840feda2493f755289fae0d7ee2359aea491f8e 100644
|
| --- a/samples/third_party/todomvc/test/markdone_shadow_test.html
|
| +++ b/samples/third_party/todomvc/test/markdone_shadow_test.html
|
| @@ -14,12 +14,12 @@ BSD-style license that can be found in the LICENSE file.
|
| </script>
|
| <link rel="import" href="../web/app.html">
|
| <link rel="stylesheet" href="../web/base.css">
|
| - <script src="packages/polymer/boot.js"></script>
|
| <script src="packages/unittest/test_controller.js"></script>
|
| <title>Dart • TodoMVC</title>
|
| </head>
|
| <body>
|
| <todo-app></todo-app>
|
| <script type="application/dart" src="markdone_shadow_test.dart"></script>
|
| + <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|