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
|
|
@ -31,7 +31,7 @@ Ox.ButtonGroup = function(options, self) {
|
|||
.addClass('OxButtonGroup');
|
||||
|
||||
if (self.options.selectable) {
|
||||
self.optionGroup = Ox.OptionGroup(
|
||||
self.optionGroup = new Ox.OptionGroup(
|
||||
self.options.buttons,
|
||||
self.options.min,
|
||||
self.options.max,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue