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