Index: third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js |
diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js |
index a020ee47c5e7968ccf876bdc981f790cfbda3ccb..afe447e946efbe0f69a049d66ad79bd3c2e81518 100644 |
--- a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js |
+++ b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js |
@@ -32,7 +32,7 @@ |
* @element iron-iconset-svg |
* @demo demo/index.html |
*/ |
- Polymer({ |
+ Polymer.IronIconsetSvg = Polymer({ |
stevenjb
2015/09/18 22:40:15
I have a pull request to fix this here:
https://gi
michaelpg
2015/09/19 03:04:08
yes, add it to the chromium.patch referenced in sr
michaelpg
2015/09/22 23:57:46
i just discovered this:
@type {IronIconsetSvgElem
stevenjb
2015/09/23 18:46:24
Removed as per discussion.
|
is: 'iron-iconset-svg', |
@@ -174,4 +174,4 @@ |
return null; |
} |
- }); |
+ }); |