| Index: third_party/polymer/v1_0/components/iron-behaviors/iron-button-state.html
|
| diff --git a/third_party/polymer/v1_0/components/iron-behaviors/iron-button-state.html b/third_party/polymer/v1_0/components/iron-behaviors/iron-button-state.html
|
| index bc7249a0939a74c84d943b7cf8f50f6711fe9739..9c666c6adffc1eeb9ab48a1366158f1a4c72c005 100644
|
| --- a/third_party/polymer/v1_0/components/iron-behaviors/iron-button-state.html
|
| +++ b/third_party/polymer/v1_0/components/iron-behaviors/iron-button-state.html
|
| @@ -14,17 +14,16 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
| <script>
|
|
|
| - /** @polymerBehavior Polymer.IronButtonState */
|
| + /**
|
| + * @demo demo/index.html
|
| + * @polymerBehavior
|
| + */
|
| Polymer.IronButtonStateImpl = {
|
|
|
| properties: {
|
|
|
| /**
|
| * If true, the user is currently holding down the button.
|
| - *
|
| - * @attribute pressed
|
| - * @type boolean
|
| - * @default false
|
| */
|
| pressed: {
|
| type: Boolean,
|
| @@ -37,10 +36,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| /**
|
| * If true, the button toggles the active state with each tap or press
|
| * of the spacebar.
|
| - *
|
| - * @attribute toggles
|
| - * @type boolean
|
| - * @default false
|
| */
|
| toggles: {
|
| type: Boolean,
|
| @@ -50,10 +45,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
| /**
|
| * If true, the button is a toggle and is currently in the active state.
|
| - *
|
| - * @attribute active
|
| - * @type boolean
|
| - * @default false
|
| */
|
| active: {
|
| type: Boolean,
|
|
|