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

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

Issue 329923002: Remove platform.js from polymer.html, hint in the linter that it should be used (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/bind_mdv_test.html
diff --git a/pkg/polymer/test/bind_mdv_test.html b/pkg/polymer/test/bind_mdv_test.html
index 1f23b314e01d8bceda5271f89f58214a1252d425..231b573952dcf64790f868b35eecb89997ef3820 100644
--- a/pkg/polymer/test/bind_mdv_test.html
+++ b/pkg/polymer/test/bind_mdv_test.html
@@ -10,7 +10,7 @@
.unittest-fail { background: #d55;}
.unittest-error { background: #a11;}
</style>
- <script src="/packages/web_components/platform.concat.js"></script>
Siggi Cherem (dart-lang) 2014/06/13 20:08:37 was this on purpose?
Jennifer Messerly 2014/06/13 21:07:47 hmmm. maybe. Might be nice to have one test of .co
Siggi Cherem (dart-lang) 2014/06/13 22:15:28 good point. reverted this back.
+ <script src="/packages/web_components/platform.js"></script>
<script src="/packages/web_components/dart_support.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698