| Index: example/component/news/web/index.html
|
| diff --git a/example/component/news/web/index.html b/example/component/news/web/index.html
|
| index 8e3d051c69a2ff820340c38755c7867919e5b40d..3354d9bb736d3ac685f0b5f788feed1a6ea59330 100644
|
| --- a/example/component/news/web/index.html
|
| +++ b/example/component/news/web/index.html
|
| @@ -7,6 +7,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
|
| <head>
|
| <title>Simple Web Components Example</title>
|
| <link rel="import" href="news-component.html">
|
| + <script src='packages/polymer/boot.js'></script>
|
| </head>
|
| <body>
|
| <h1>Simple Web Components Example</h1>
|
|
|