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> |