group vars into block (coding style)
This commit is contained in:
parent
d71ad7cad6
commit
d25fe788ee
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ Ox.ButtonGroup = function(options, self) {
|
|||
.options(options || {})
|
||||
.update({
|
||||
value: function() {
|
||||
var values = Ox.makeArray(self.options.value);
|
||||
var positions = [],
|
||||
values = Ox.makeArray(self.options.value);
|
||||
|
||||
var positions = [];
|
||||
Ox.forEach(values, function(value) {
|
||||
var position = Ox.getIndexById(
|
||||
self.options.buttons, value
|
||||
|
|
Loading…
Reference in a new issue