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
Add ICU message format support
[chromium-blink-merge.git]
/
third_party
/
polymer
/
v1_0
/
components-chromium
/
paper-item
/
paper-icon-item-extracted.js
blob
75cbc7ddf87c54d6ab13c71995de274a67eee430
1
2
3
(function() {
4
5
Polymer({
6
7
is: 'paper-icon-item',
8
9
hostAttributes: {
10
'role': 'listitem'
11
}
12
13
});
14
15
})();
16