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
|
|
@ -66,7 +66,7 @@ Ox.Select = function(options, self) {
|
|||
});
|
||||
|
||||
if (self.options.selectable) {
|
||||
self.optionGroup = Ox.OptionGroup(
|
||||
self.optionGroup = new Ox.OptionGroup(
|
||||
self.options.items,
|
||||
self.options.min,
|
||||
self.options.max
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue