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

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

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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 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

Powered by Google App Engine
This is Rietveld 408576698