| 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 9a92f415af1c35e4f6db285d1384d1c1949874b0..f3dba39524437e051baa749c469409b784698459 100644
|
| --- a/samples/third_party/todomvc/test/markdone_test.html
|
| +++ b/samples/third_party/todomvc/test/markdone_test.html
|
| @@ -19,6 +19,6 @@ BSD-style license that can be found in the LICENSE file.
|
| <body>
|
| <td-model id="model"></td-model>
|
| <td-todos modelId="model"></td-todos>
|
| - <script type="application/dart;component=1" src="markdone_test.dart"></script>
|
| + <script type="application/dart" src="markdone_test.dart"></script>
|
| </body>
|
| </html>
|
|
|