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;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue