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

Unified Diff: samples/third_party/todomvc/web/index.html

Issue 57423005: Switch to new main semantics (fixes issue 14797) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | « runtime/bin/vmservice/client/web/index.html ('k') | samples/tracker/web/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/web/index.html
diff --git a/samples/third_party/todomvc/web/index.html b/samples/third_party/todomvc/web/index.html
index 0f12cd6e9c23c7bfba932ef50ac6cc53ff089580..160f2a865bd5341bd56407e90d67a215a265b0c9 100644
--- a/samples/third_party/todomvc/web/index.html
+++ b/samples/third_party/todomvc/web/index.html
@@ -9,7 +9,7 @@ BSD-style license that can be found in the LICENSE file.
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="import" href="app.html">
- <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>
<link rel="stylesheet" href="base.css">
<title>Dart • TodoMVC</title>
« no previous file with comments | « runtime/bin/vmservice/client/web/index.html ('k') | samples/tracker/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698