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

Unified Diff: pkg/polymer/example/component/news/web/index.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
« no previous file with comments | « pkg/polymer/example/component/news/test/news_index_test.html ('k') | pkg/polymer/lib/boot.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/example/component/news/web/index.html
diff --git a/pkg/polymer/example/component/news/web/index.html b/pkg/polymer/example/component/news/web/index.html
index 3354d9bb736d3ac685f0b5f788feed1a6ea59330..f6e7ce0ffa9e053575c1c39179bc4cc1845373da 100644
--- a/pkg/polymer/example/component/news/web/index.html
+++ b/pkg/polymer/example/component/news/web/index.html
@@ -7,7 +7,6 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
<head>
<title>Simple Web Components Example</title>
<link rel="import" href="news-component.html">
- <script src='packages/polymer/boot.js'></script>
</head>
<body>
<h1>Simple Web Components Example</h1>
@@ -19,6 +18,7 @@ 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">main() {}</script>
+ <script type="application/dart" src="packages/polymer/init.dart"></script>
+ <script src='packages/browser/dart.js'></script>
</body>
</html>
« no previous file with comments | « pkg/polymer/example/component/news/test/news_index_test.html ('k') | pkg/polymer/lib/boot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698