Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: pkg/polymer/test/prop_attr_bind_reflection_test.html

Issue 27518006: Practically remove boot.js, adds the initialization from the Dart side of (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698