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

Unified Diff: pkg/polymer/example/component/news/test/news_index_test.html

Issue 293023008: Bring back initPolymer, allow boot.js only if using "polymer_experimental.html". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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/example/component/news/test/news_index_test.html
diff --git a/pkg/polymer/example/component/news/test/news_index_test.html b/pkg/polymer/example/component/news/test/news_index_test.html
index c46e48e383d78cab37dd8e46dd87d0104521e7f6..1f5ded0c749b29ea44075d3bf68ad21f86a9fe0a 100644
--- a/pkg/polymer/example/component/news/test/news_index_test.html
+++ b/pkg/polymer/example/component/news/test/news_index_test.html
@@ -21,6 +21,6 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
<li><a href="//example.com/stories/4">Awesome story</a></li>
<li class="breaking"><a href="//example.com/stories/5">Horrible story</a></li>
</ul>
-<script type="application/dart;component=1" src="news_index_test.dart"></script>
+<script type="application/dart" src="news_index_test.dart"></script>
</body>
</html>
« no previous file with comments | « pkg/polymer/example/component/news/test/news_index_test.dart ('k') | pkg/polymer/example/component/news/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698