From 5eb1843a64dc9d25dd14f6931c58b052f4cdc375 Mon Sep 17 00:00:00 2001 From: Corey Frang Date: Fri, 12 Aug 2011 14:43:59 -0500 Subject: [PATCH] Mask: Correcting typo --- ui/jquery.ui.mask.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.mask.js b/ui/jquery.ui.mask.js index 1c003a81bd3..9f3e7adb256 100644 --- a/ui/jquery.ui.mask.js +++ b/ui/jquery.ui.mask.js @@ -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();