| Index: samples/third_party/todomvc/test/markdone_test.html
|
| diff --git a/samples/third_party/todomvc/test/markdone_test.html b/samples/third_party/todomvc/test/markdone_test.html
|
| index 7ed86c2f22ef428e48ca1e601fdb1ea9734b262c..213103bb81cf2fa2d927fa528055a9044c793283 100644
|
| --- a/samples/third_party/todomvc/test/markdone_test.html
|
| +++ b/samples/third_party/todomvc/test/markdone_test.html
|
| @@ -15,7 +15,7 @@ BSD-style license that can be found in the LICENSE file.
|
| </head>
|
| <body>
|
| <todo-app></todo-app>
|
| - <script type="application/dart" src="markdone_test.dart"></script>
|
| + <script type="application/dart" src="markdone_test.dart" defer></script>
|
| <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|