| Index: example/component/news/web/news-component.html
|
| diff --git a/example/component/news/web/news-component.html b/example/component/news/web/news-component.html
|
| index c4ca912905381ad60a603c53efdaddff1f22f65b..51d00e036c23a0b1f6e03ab23fe20dbddeccc96a 100644
|
| --- a/example/component/news/web/news-component.html
|
| +++ b/example/component/news/web/news-component.html
|
| @@ -8,7 +8,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
|
| <title>News Component</title>
|
| </head>
|
| <body>
|
| -<element name="x-news" extends="ul">
|
| +<polymer-element name="x-news" extends="ul">
|
| <template>
|
| <style scoped>
|
| div.breaking {
|
| @@ -34,6 +34,6 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
|
| </ul>
|
| </div>
|
| </template>
|
| -</element>
|
| +</polymer-element>
|
| </body>
|
| </html>
|
|
|