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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-item/paper-item-behavior-extracted.js

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years, 1 month 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/paper-item/paper-item-behavior-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/paper-item-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-item/paper-item-behavior-extracted.js
new file mode 100644
index 0000000000000000000000000000000000000000..da24431b4097aa3e1df67f26f4bab7ab7dc82d8c
--- /dev/null
+++ b/third_party/polymer/v1_0/components-chromium/paper-item/paper-item-behavior-extracted.js
@@ -0,0 +1,14 @@
+/** @polymerBehavior Polymer.PaperItemBehavior */
+ Polymer.PaperItemBehaviorImpl = {
+ hostAttributes: {
+ role: 'option',
+ tabindex: '0'
+ }
+ };
+
+ /** @polymerBehavior */
+ Polymer.PaperItemBehavior = [
+ Polymer.IronControlState,
+ Polymer.IronButtonState,
+ Polymer.PaperItemBehaviorImpl
+ ];

Powered by Google App Engine
This is Rietveld 408576698