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

Unified Diff: pkg/template_binding/test/custom_element_bindings_test.html

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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/template_binding/test/custom_element_bindings_test.html
diff --git a/pkg/template_binding/test/custom_element_bindings_test.html b/pkg/template_binding/test/custom_element_bindings_test.html
index 6ba536ad4cf7a3bee4215ca6178e4732947823de..35e73fe81001c11b7b3de06bc4d36a75eb1c33f7 100644
--- a/pkg/template_binding/test/custom_element_bindings_test.html
+++ b/pkg/template_binding/test/custom_element_bindings_test.html
@@ -10,12 +10,11 @@
.unittest-fail { background: #d55;}
.unittest-error { background: #a11;}
</style>
- <script src="/packages/web_components/platform.concat.js"></script>
+ <script src="/packages/web_components/webcomponents.js"></script>
<script src="/packages/template_binding/js/observe.js"></script>
<script src="/packages/template_binding/js/node_bind.js"></script>
<script src="/packages/template_binding/js/microtask.js"></script>
- <script src="/packages/template_binding/js/patches_mdv.js"></script>
-
+ <script src="/packages/template_binding/js/flush.js"></script>
<script src="/packages/web_components/dart_support.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698