|
|
@@ -3,7 +3,7 @@
|
|
|
* https://github.com/RobinHerbots/Inputmask
|
|
|
* Copyright (c) 2010 - 2017 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 4.0.1-32
|
|
|
+* Version: 4.0.1-33
|
|
|
*/
|
|
|
|
|
|
!function(factory) {
|
|
|
@@ -97,7 +97,7 @@
|
|
|
return prevMatch !== undefined && nextMatch !== undefined;
|
|
|
}
|
|
|
return !1;
|
|
|
- }(i) || !1 === opts.canClearPosition(getMaskSet(), i, getLastValidPosition(), strict, opts)) || delete getMaskSet().validPositions[i]);
|
|
|
+ }(i) || !1 === opts.canClearPosition(getMaskSet(), i, getLastValidPosition(undefined, !0), strict, opts)) || delete getMaskSet().validPositions[i]);
|
|
|
for (resetMaskSet(!0), i = startPos + 1; i <= getLastValidPosition(); ) {
|
|
|
for (;getMaskSet().validPositions[startPos] !== undefined; ) startPos++;
|
|
|
if (i < startPos && (i = startPos + 1), getMaskSet().validPositions[i] === undefined && isMask(i)) i++; else {
|