| Index: polymer_1.0.4/bower_components/paper-icon-button/index.html
|
| diff --git a/polymer_0.5.0/bower_components/context-free-parser/index.html b/polymer_1.0.4/bower_components/paper-icon-button/index.html
|
| similarity index 74%
|
| copy from polymer_0.5.0/bower_components/context-free-parser/index.html
|
| copy to polymer_1.0.4/bower_components/paper-icon-button/index.html
|
| index 294215a738b81d3ffee3c0890b686ef769010c4b..94c3720cd727e45b2f785c50bd6bf64a61f4f0c5 100644
|
| --- a/polymer_0.5.0/bower_components/context-free-parser/index.html
|
| +++ b/polymer_1.0.4/bower_components/paper-icon-button/index.html
|
| @@ -1,6 +1,7 @@
|
| <!doctype html>
|
| <!--
|
| -Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
| +@license
|
| +Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
| This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
|
| The complete set of authors may be found at http://polymer.github.io/AUTHORS
|
| The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
|
| @@ -11,12 +12,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <head>
|
|
|
| <script src="../webcomponentsjs/webcomponents.js"></script>
|
| - <link rel="import" href="../core-component-page/core-component-page.html">
|
| + <link rel="import" href="../iron-component-page/iron-component-page.html">
|
|
|
| </head>
|
| -<body unresolved>
|
| +<body>
|
|
|
| - <core-component-page></core-component-page>
|
| + <iron-component-page></iron-component-page>
|
|
|
| </body>
|
| </html>
|
|
|