Skip to content

Commit 5eb1843

Browse files
committed
Mask: Correcting typo
1 parent e59b0bc commit 5eb1843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.mask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ $.widget( "ui.mask", {
253253
},
254254
_paint: function( focused ) {
255255
if ( focused === undefined ) {
256-
focus = this.element[ 0 ] === document.activeElement;
256+
focused = this.element[ 0 ] === document.activeElement;
257257
}
258258
// calling _getValue updates empty
259259
var value = this._getValue();

0 commit comments

Comments
 (0)