|
|
@@ -3,7 +3,7 @@
|
|
|
* http://github.com/RobinHerbots/jquery.inputmask
|
|
|
* Copyright (c) 2010 - 2015 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 3.2.6-10
|
|
|
+* Version: 3.2.6-11
|
|
|
*/
|
|
|
!function(factory) {
|
|
|
"function" == typeof define && define.amd ? define([ "inputmask.dependencyLib" ], factory) : "object" == typeof exports ? module.exports = factory(require("./inputmask.dependencyLib.jquery")) : factory(window.dependencyLib || jQuery);
|
|
|
@@ -444,17 +444,17 @@
|
|
|
var match = resolveTestFromToken(maskTokens[mtndx], ndxInitializer, [ mtndx ]);
|
|
|
if (match && testPos === pos || testPos > pos) break;
|
|
|
}
|
|
|
- return (0 === matches.length || insertStop) && matches.push({
|
|
|
- match: {
|
|
|
- fn: null,
|
|
|
- cardinality: 0,
|
|
|
- optionality: !0,
|
|
|
- casing: null,
|
|
|
- def: ""
|
|
|
- },
|
|
|
- locator: []
|
|
|
- }), getMaskSet().tests[pos] = $.extend(!0, [], matches), getMaskSet().tests[pos];
|
|
|
}
|
|
|
+ return (0 === matches.length || insertStop) && matches.push({
|
|
|
+ match: {
|
|
|
+ fn: null,
|
|
|
+ cardinality: 0,
|
|
|
+ optionality: !0,
|
|
|
+ casing: null,
|
|
|
+ def: ""
|
|
|
+ },
|
|
|
+ locator: []
|
|
|
+ }), getMaskSet().tests[pos] = $.extend(!0, [], matches), getMaskSet().tests[pos];
|
|
|
}
|
|
|
function getBufferTemplate() {
|
|
|
return void 0 === getMaskSet()._buffer && (getMaskSet()._buffer = getMaskTemplate(!1, 1)),
|