removed fixme
This commit is contained in:
parent
ef3d55d0b2
commit
8c584dea18
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Ox.MenuButton = function(options, self) {
|
|||
.appendTo(that);
|
||||
|
||||
self.$menu = Ox.Menu({
|
||||
edge: 'bottom', // FIXME: should be edge
|
||||
edge: 'bottom',
|
||||
element: self.$title || self.$button,
|
||||
id: self.options.id + 'Menu',
|
||||
items: self.options.items,
|
||||
|
|
Loading…
Reference in a new issue