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
|
|
@ -154,6 +154,7 @@ Ox.Select = function(options, self) {
|
|||
.appendTo(that);
|
||||
|
||||
self.$menu = Ox.Menu({
|
||||
edge: 'bottom',
|
||||
element: self.$title || self.$button,
|
||||
id: self.options.id + 'Menu',
|
||||
items: [{
|
||||
|
|
@ -163,7 +164,6 @@ Ox.Select = function(options, self) {
|
|||
min: self.options.min
|
||||
}],
|
||||
maxWidth: self.options.maxWidth,
|
||||
side: 'bottom', // FIXME: should be edge
|
||||
size: self.options.size
|
||||
})
|
||||
.bindEvent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue