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

Unified Diff: samples/tracker/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 | « samples/third_party/todomvc/web/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tracker/web/index.html
diff --git a/samples/tracker/web/index.html b/samples/tracker/web/index.html
index 277000e2ad8e4d62a7667c8352e429743e8f1866..d4f021531662252026c61aaa2edea88442194e1e 100644
--- a/samples/tracker/web/index.html
+++ b/samples/tracker/web/index.html
@@ -15,10 +15,7 @@ BSD-style license that can be found in the LICENSE file.
<link rel="stylesheet" href="css/third_party/bootstrap.min.css">
<link rel="import" href="elements/tracker_app.html">
- <script type="application/dart">
- import "package:polymer/init.dart";
- export "package:polymer/init.dart";
- </script>
+ <script type="application/dart">export "package:polymer/init.dart";</script>
<script src="packages/browser/dart.js"></script>
</head>
<body>
« no previous file with comments | « samples/third_party/todomvc/web/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698