Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-button-state-extracted.js

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-button-state-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-button-state-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-button-state-extracted.js
index b27ec61cca91aa5108aa90dc96c927ebe4be9205..f9c6498037be4a656d854e9ea675629cc1e40783 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-button-state-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/iron-behaviors/iron-button-state-extracted.js
@@ -1,16 +1,15 @@
- /** @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,
@@ -23,10 +22,6 @@
/**
* 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,
@@ -36,10 +31,6 @@
/**
* If true, the button is a toggle and is currently in the active state.
- *
- * @attribute active
- * @type boolean
- * @default false
*/
active: {
type: Boolean,

Powered by Google App Engine
This is Rietveld 408576698