| Index: pkg/polymer/test/publish_attributes_test.html
|
| diff --git a/pkg/polymer/test/publish_attributes_test.html b/pkg/polymer/test/publish_attributes_test.html
|
| index 6b9347a6386c10259fa261b30ad5acbf469b40fd..b79329dcc5f22dfb39b0cf3cdff3eba028231c55 100644
|
| --- a/pkg/polymer/test/publish_attributes_test.html
|
| +++ b/pkg/polymer/test/publish_attributes_test.html
|
| @@ -7,7 +7,6 @@ BSD-style license that can be found in the LICENSE file.
|
| <html>
|
| <head>
|
| <title>publish attributes</title>
|
| - <script src="packages/polymer/boot.js"></script>
|
| <script src="packages/unittest/test_controller.js"></script>
|
| </head>
|
| <body>
|
| @@ -25,5 +24,6 @@ BSD-style license that can be found in the LICENSE file.
|
| </polymer-element>
|
|
|
| <script type="application/dart" src="publish_attributes_test.dart"></script>
|
| + <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|