We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59b0bc commit 5eb1843Copy full SHA for 5eb1843
ui/jquery.ui.mask.js
@@ -253,7 +253,7 @@ $.widget( "ui.mask", {
253
},
254
_paint: function( focused ) {
255
if ( focused === undefined ) {
256
- focus = this.element[ 0 ] === document.activeElement;
+ focused = this.element[ 0 ] === document.activeElement;
257
}
258
// calling _getValue updates empty
259
var value = this._getValue();
0 commit comments