| Index: pkg/polymer/test/attr_deserialize_test.html
|
| diff --git a/pkg/polymer/test/attr_deserialize_test.html b/pkg/polymer/test/attr_deserialize_test.html
|
| index de10fac395e8502a69928fc3628699806c873853..48c210249955f560780eb94a72826b5a83b40312 100644
|
| --- a/pkg/polymer/test/attr_deserialize_test.html
|
| +++ b/pkg/polymer/test/attr_deserialize_test.html
|
| @@ -7,7 +7,6 @@ BSD-style license that can be found in the LICENSE file.
|
| <html>
|
| <head>
|
| <title>Polymer.dart attribute deserialization test</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.
|
| </my-element>
|
|
|
| <script type="application/dart" src="attr_deserialize_test.dart"></script>
|
| + <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|