Index: third_party/polymer/components-chromium/paper-item/paper-item-extracted.js |
diff --git a/third_party/polymer/components-chromium/paper-item/paper-item-extracted.js b/third_party/polymer/components-chromium/paper-item/paper-item-extracted.js |
deleted file mode 100644 |
index 0d10d770df5d9746b8fc610a6f1d90498a5d715a..0000000000000000000000000000000000000000 |
--- a/third_party/polymer/components-chromium/paper-item/paper-item-extracted.js |
+++ /dev/null |
@@ -1,38 +0,0 @@ |
- |
- Polymer('paper-item',{ |
- |
- publish: { |
- |
- /** |
- * If true, the button will be styled with a shadow. |
- * |
- * @attribute raised |
- * @type boolean |
- * @default false |
- */ |
- raised: false, |
- |
- /** |
- * By default the ripple emanates from where the user touched the button. |
- * Set this to true to always center the ripple. |
- * |
- * @attribute recenteringTouch |
- * @type boolean |
- * @default false |
- */ |
- recenteringTouch: false, |
- |
- /** |
- * By default the ripple expands to fill the button. Set this to false to |
- * constrain the ripple to a circle within the button. |
- * |
- * @attribute fill |
- * @type boolean |
- * @default true |
- */ |
- fill: true |
- |
- } |
- |
- }); |
- |