Index: polymer_1.0.4/bower_components/iron-icon/index.html |
diff --git a/polymer_0.5.0/bower_components/core-tooltip/index.html b/polymer_1.0.4/bower_components/iron-icon/index.html |
similarity index 61% |
copy from polymer_0.5.0/bower_components/core-tooltip/index.html |
copy to polymer_1.0.4/bower_components/iron-icon/index.html |
index c6b1bc8d16d1877ca09d3413409b8bfe6f22a647..e871f17d98d7b66d7f6ba4c783c6403a7255d47d 100644 |
--- a/polymer_0.5.0/bower_components/core-tooltip/index.html |
+++ b/polymer_1.0.4/bower_components/iron-icon/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,13 +12,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
<head> |
<meta charset="utf-8"> |
- <script src="../webcomponentsjs/webcomponents.js"></script> |
- <link rel="import" href="../core-component-page/core-component-page.html"> |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
+ |
+ <script src="../webcomponentsjs/webcomponents-lite.js"></script> |
+ <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> |