removed fixme

This commit is contained in:
rolux 2014-04-07 15:09:17 +02:00
parent ef3d55d0b2
commit 8c584dea18

View file

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