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
blame
|
history
|
raw
|
HEAD
Fix OOP <webview> resize and autosize.
[chromium-blink-merge.git]
/
third_party
/
polymer
/
v1_0
/
components-chromium
/
paper-menu
/
paper-menu-extracted.js
blob
a6545607ee173e9abd6ff91f95880ec13b82434b
1
(
function
() {
2
3
Polymer
({
4
5
is
:
'paper-menu'
,
6
7
behaviors
: [
8
Polymer
.
IronMenuBehavior
9
]
10
11
});
12
13
})();