repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Update Polymer and pull in iron-list
[chromium-blink-merge.git]
/
third_party
/
polymer
/
v1_0
/
components-chromium
/
paper-item
/
paper-item-extracted.js
blob
d5e43ff14a74993ecc85f84d7987820fbba6a9c8
1
2
3
(function() {
4
5
Polymer({
6
7
is: 'paper-item',
8
9
hostAttributes: {
10
role: 'listitem'
11
}
12
13
});
14
15
})();
16