Chromium Code Reviews| Index: third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js |
| diff --git a/third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js b/third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js |
| index ec59a359e6f9f294808c5bf6fe3b5ff295e19700..75cbc7ddf87c54d6ab13c71995de274a67eee430 100644 |
| --- a/third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js |
| +++ b/third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js |
| @@ -6,30 +6,8 @@ |
| is: 'paper-icon-item', |
| - enableCustomStyleProperties: true, |
| - |
| hostAttributes: { |
| 'role': 'listitem' |
| - }, |
| - |
| - properties: { |
| - |
| - /** |
| - * The width of the icon area. |
| - * |
| - * @attribute iconWidth |
| - * @type String |
| - * @default '56px' |
| - */ |
| - iconWidth: { |
| - type: String, |
| - value: '56px' |
| - } |
| - |
| - }, |
| - |
| - ready: function() { |
| - this.$.contentIcon.style.width = this.iconWidth; |
| } |
| }); |