Skip to content

Commit

Permalink
Mask: Correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarf committed Aug 12, 2011
1 parent e59b0bc commit 5eb1843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.mask.js
Expand Up @@ -253,7 +253,7 @@ $.widget( "ui.mask", {
},
_paint: function( focused ) {
if ( focused === undefined ) {
focus = this.element[ 0 ] === document.activeElement;
focused = this.element[ 0 ] === document.activeElement;
}
// calling _getValue updates empty
var value = this._getValue();
Expand Down

0 comments on commit 5eb1843

Please sign in to comment.