| Index: third_party/polymer/v1_0/components/iron-iconset/iron-iconset.html
|
| diff --git a/third_party/polymer/v1_0/components/iron-iconset/iron-iconset.html b/third_party/polymer/v1_0/components/iron-iconset/iron-iconset.html
|
| index 1fbc6286b5b4a0683f6e5922795a5c3afc925435..fc21d99ef1b0d4c6af7d38738dfdf6f75c34dcbc 100644
|
| --- a/third_party/polymer/v1_0/components/iron-iconset/iron-iconset.html
|
| +++ b/third_party/polymer/v1_0/components/iron-iconset/iron-iconset.html
|
| @@ -54,6 +54,7 @@ Then a themed icon can be applied like this:
|
| iconset.applyIcon(iconNode, 'car', 'special');
|
|
|
| @element iron-iconset
|
| +@demo demo/index.html
|
| -->
|
|
|
| <script>
|
| @@ -184,7 +185,6 @@ Then a themed icon can be applied like this:
|
| * @param {String|Number} icon The name or index of the icon to apply.
|
| * @param {String} theme (optional) The name or index of the icon to apply.
|
| * @param {Number} scale (optional, defaults to 1) Icon scaling factor.
|
| - * @return {Element} The applied icon element.
|
| */
|
| applyIcon: function(element, icon, theme, scale) {
|
| this._validateIconMap();
|
|
|