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

Unified Diff: third_party/polymer/v1_0/components/iron-behaviors/iron-button-state.html

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/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,

Powered by Google App Engine
This is Rietveld 408576698