1
0
Fork 0
forked from 0x2620/oxjs

menu: 'side' -> 'edge'

This commit is contained in:
rolux 2014-01-16 12:37:21 +05:30
commit 32d32d218e
3 changed files with 9 additions and 9 deletions

View file

@ -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,