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

Unified Diff: dart/pkg/polymer/example/component/news/web/index.html

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 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
« no previous file with comments | « dart/pkg/pkg.status ('k') | dart/pkg/polymer/lib/boot.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/polymer/example/component/news/web/index.html
===================================================================
--- dart/pkg/polymer/example/component/news/web/index.html (revision 29808)
+++ dart/pkg/polymer/example/component/news/web/index.html (working copy)
@@ -18,7 +18,7 @@
<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">import 'package:polymer/init.dart';</script>
+ <script type="application/dart">export 'package:polymer/init.dart';</script>
<script src='packages/browser/dart.js'></script>
</body>
</html>
« no previous file with comments | « dart/pkg/pkg.status ('k') | dart/pkg/polymer/lib/boot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698