| Index: pkg/polymer/test/instance_attrs_test.html
|
| diff --git a/pkg/polymer/test/instance_attrs_test.html b/pkg/polymer/test/instance_attrs_test.html
|
| index 2b6bfe100bfab5481a86fd15848d5ebe462ee3cd..11832de681eee2f863d812d816d95776e2bd29a8 100644
|
| --- a/pkg/polymer/test/instance_attrs_test.html
|
| +++ b/pkg/polymer/test/instance_attrs_test.html
|
| @@ -22,7 +22,6 @@ BSD-style license that can be found in the LICENSE file.
|
|
|
| <my-element baz="world"></my-element>
|
|
|
| - <script type="application/dart;component=1"
|
| - src="instance_attrs_test.dart"></script>
|
| + <script type="application/dart" src="instance_attrs_test.dart"></script>
|
| </body>
|
| </html>
|
|
|