| Index: pkg/polymer/test/prop_attr_bind_reflection_test.html
|
| diff --git a/pkg/polymer/test/prop_attr_bind_reflection_test.html b/pkg/polymer/test/prop_attr_bind_reflection_test.html
|
| index 89685714487ff809a0af92f5770a46ff6f383be9..53949effdf4fc3f4c5186e3b8657730a8ff0b32c 100644
|
| --- a/pkg/polymer/test/prop_attr_bind_reflection_test.html
|
| +++ b/pkg/polymer/test/prop_attr_bind_reflection_test.html
|
| @@ -2,7 +2,6 @@
|
| <html>
|
| <head>
|
| <title>property to attribute reflection with bind</title>
|
| - <script src="packages/polymer/boot.js"></script>
|
| <script src="packages/unittest/test_controller.js"></script>
|
| </head>
|
|
|
| @@ -29,5 +28,6 @@
|
|
|
| <script type="application/dart" src="prop_attr_bind_reflection_test.dart">
|
| </script>
|
| + <script type="application/dart" src="packages/polymer/init.dart"></script>
|
| </body>
|
| </html>
|
|
|