sendkeys: Fix `jQuery.fn.focus()` return value
parent
cff205dbd7
commit
39506fcde1
|
@ -158,7 +158,7 @@ $.fn.focus = function(){
|
||||||
this[0].focus();
|
this[0].focus();
|
||||||
this.selectionTracker();
|
this.selectionTracker();
|
||||||
}
|
}
|
||||||
focus.apply(this, arguments);
|
return focus.apply(this, arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
})(jQuery)
|
})(jQuery)
|
||||||
|
|
Loading…
Reference in New Issue