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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-item/paper-icon-item-extracted.js

Issue 1401633002: Update Polymer from 1.1.4 -> 1.1.5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dzhioev@ review Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 1 Polymer({
2 Polymer({
3 is: 'paper-icon-item', 2 is: 'paper-icon-item',
4 3
5 hostAttributes: { 4 hostAttributes: {
6 'role': 'listitem', 5 'role': 'listitem',
7 'tabindex': '0' 6 'tabindex': '0'
8 }, 7 },
9 8
10 behaviors: [ 9 behaviors: [
11 Polymer.IronControlState, 10 Polymer.IronControlState,
12 Polymer.IronButtonState 11 Polymer.IronButtonState
13 ] 12 ]
14 }); 13 });
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698