Index: pkg/polymer/example/component/news/web/index.html |
diff --git a/pkg/polymer/example/component/news/web/index.html b/pkg/polymer/example/component/news/web/index.html |
index b9e56c9f74648513b718b6dc888e425afce621e7..4eb17fcd6e801e8c1fb906a7bde8ba0e141d5261 100644 |
--- a/pkg/polymer/example/component/news/web/index.html |
+++ b/pkg/polymer/example/component/news/web/index.html |
@@ -6,6 +6,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news |
<html> |
<head> |
<title>Simple Web Components Example</title> |
+ <link rel="import" href="packages/polymer/polymer.html"> |
<link rel="import" href="news-component.html"> |
</head> |
<body> |
@@ -18,7 +19,5 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news |
<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">export 'package:polymer/init.dart';</script> |
- <script src='packages/browser/dart.js'></script> |
</body> |
</html> |