forked from 0x2620/oxjs
FF complains about dead code afte return, comment out
This commit is contained in:
parent
0a9c30d1dc
commit
6cf7083665
2 changed files with 3 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ Ox.FormElementGroup = function(options, self) {
|
|||
: values;
|
||||
} else {
|
||||
return that.options({value: arguments[0]});
|
||||
return that;
|
||||
//return that;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue