| Index: third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-button-behavior-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-button-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-button-behavior-extracted.js
|
| index 405268cca2124e0fb297c490885cb5d1310ce571..c02810ab0bdf55cac5517c2daf68bcc098ac2ab3 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-button-behavior-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-button-behavior-extracted.js
|
| @@ -1,8 +1,6 @@
|
| /** @polymerBehavior Polymer.PaperButtonBehavior */
|
| Polymer.PaperButtonBehaviorImpl = {
|
| -
|
| properties: {
|
| -
|
| /**
|
| * The z-depth of this element, from 0-5. Setting to 0 will remove the
|
| * shadow, and each increasing number greater than 0 will be "deeper"
|
| @@ -17,7 +15,6 @@
|
| reflectToAttribute: true,
|
| readOnly: true
|
| }
|
| -
|
| },
|
|
|
| observers: [
|
| @@ -73,7 +70,6 @@
|
| this._ripple.uiUpAction();
|
| }
|
| }
|
| -
|
| };
|
|
|
| /** @polymerBehavior */
|
|
|