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

Unified Diff: pkg/polymer/test/bind_mdv_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: little bit of cleanup Created 6 years, 1 month 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/bind_mdv_test.html
diff --git a/pkg/polymer/test/bind_mdv_test.html b/pkg/polymer/test/bind_mdv_test.html
index 3992106fb133006c74220b8237a6c6c66772f349..13efbfdc2248a84ad6074eaa3306156730a3f6f4 100644
--- a/pkg/polymer/test/bind_mdv_test.html
+++ b/pkg/polymer/test/bind_mdv_test.html
@@ -10,9 +10,11 @@
.unittest-fail { background: #d55;}
.unittest-error { background: #a11;}
</style>
- <script src="/packages/web_components/platform.concat.js"></script>
- <script src="/packages/polymer/src/js/polymer/polymer.concat.js"></script>
- <script src="/packages/web_components/dart_support.js"></script>
+
+ <!-- Need to hardcode in the polyfills here since this isn't a polymer test-->
+ <script src="../../packages/web_components/webcomponents.js"></script>
Siggi Cherem (dart-lang) 2014/11/25 17:53:41 use /packages/ instead of ../../packages/, like yo
jakemac 2014/12/01 18:42:50 Done.
+ <script src="../../packages/web_components/dart_support.js"></script>
+ <script src="/packages/polymer/src/js/polymer/polymer.js"></script>
</head>
<body>
<h1> Running bind_mdv_test </h1>

Powered by Google App Engine
This is Rietveld 408576698