Skip to content

Commit c00071b

Browse files
committed
Mask: Fixing global leak
1 parent 5eb1843 commit c00071b

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
@@ -265,7 +265,7 @@ $.widget( "ui.mask", {
265265
}
266266
},
267267
_parseMask: function() {
268-
var key, x, bufferObject, originalPosition,
268+
var key, x, bufferObject, originalPosition, optionalPosition,
269269
index = -1,
270270
options = this.options,
271271
mask = options.mask;

0 commit comments

Comments
 (0)