forked from 0x2620/oxjs
Ox.OptionGroup needs new
This commit is contained in:
parent
9c1023ca1f
commit
cb7a7b0f5d
4 changed files with 4 additions and 4 deletions
|
|
@ -186,7 +186,7 @@ Ox.Menu = function(options, self) {
|
|||
group: item.group
|
||||
});
|
||||
});
|
||||
self.optionGroups[item.group] = Ox.OptionGroup(
|
||||
self.optionGroups[item.group] = new Ox.OptionGroup(
|
||||
items[i],
|
||||
'min' in item ? item.min : 1,
|
||||
'max' in item ? item.max : 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue