fix FormElementGroup.value

This commit is contained in:
j 2015-02-15 10:18:25 +00:00
parent 1737b452cf
commit 862fe8c6bd

View file

@ -124,7 +124,7 @@ Ox.FormElementGroup = function(options, self) {
? self.options.join(values) ? self.options.join(values)
: values; : values;
} else { } else {
setValue(); return that.options({value: arguments[0]});
return that; return that;
} }
}; };