forked from 0x2620/oxjs
menu: 'side' -> 'edge'
This commit is contained in:
parent
f3d5a739a3
commit
32d32d218e
3 changed files with 9 additions and 9 deletions
|
|
@ -85,11 +85,11 @@ Ox.MenuButton = function(options, self) {
|
|||
.appendTo(that);
|
||||
|
||||
self.$menu = Ox.Menu({
|
||||
edge: 'bottom', // FIXME: should be edge
|
||||
element: self.$title || self.$button,
|
||||
id: self.options.id + 'Menu',
|
||||
items: self.options.items,
|
||||
maxWidth: self.options.maxWidth,
|
||||
side: 'bottom' // FIXME: should be edge
|
||||
maxWidth: self.options.maxWidth
|
||||
})
|
||||
.bindEvent({
|
||||
change: changeMenu,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue