FF complains about dead code afte return, comment out

This commit is contained in:
j 2017-11-06 21:22:03 +02:00
parent 0a9c30d1dc
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;
}
};

View file

@ -781,9 +781,11 @@ Ox.Input = function(options, self) {
function deselectMenu() {
return;
//Ox.Log('Form', 'deselectMenu')
/*
self.options.value = self.oldValue;
self.$input.val(self.options.value);
cursor(self.oldCursor);
*/
}
function focus() {