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