| Index: pkg/polymer/test/register_test.html
|
| diff --git a/pkg/polymer/test/register_test.html b/pkg/polymer/test/register_test.html
|
| index b115dbe8b6ce1137e41d0aaf502b110349f66c7f..8a3bcb6ad90fbddf20b7fa969512de3bf494c727 100644
|
| --- a/pkg/polymer/test/register_test.html
|
| +++ b/pkg/polymer/test/register_test.html
|
| @@ -30,6 +30,6 @@ BSD-style license that can be found in the LICENSE file.
|
| <div is='x-div' id='x-div'></div>
|
| <div is='x-div-two' id='x-div-two'></div>
|
|
|
| - <script type="application/dart" src="register_test.dart"></script>
|
| + <script type="application/dart;component=1" src="register_test.dart"></script>
|
| </body>
|
| </html>
|
|
|