1
0
Fork 0
forked from 0x2620/oxjs

FF complains about dead code afte return, comment out

This commit is contained in:
j 2017-11-06 21:22:03 +02:00
commit 6cf7083665
2 changed files with 3 additions and 1 deletions

View file

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