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

@ -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() {