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 9c666c6adffc1eeb9ab48a1366158f1a4c72c005..fc52e172f920d899737e5800564b8730cff3764e 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 |
@@ -16,7 +16,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
/** |
* @demo demo/index.html |
- * @polymerBehavior |
+ * @polymerBehavior Polymer.IronButtonState |
*/ |
Polymer.IronButtonStateImpl = { |
@@ -177,7 +177,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
}; |
- /** @polymerBehavior Polymer.IronButtonState */ |
+ /** @polymerBehavior */ |
Polymer.IronButtonState = [ |
Polymer.IronA11yKeysBehavior, |
Polymer.IronButtonStateImpl |