|
|
@@ -3,7 +3,7 @@
|
|
|
* http://github.com/RobinHerbots/jquery.inputmask
|
|
|
* Copyright (c) 2010 - 2014 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 3.0.70
|
|
|
+* Version: 3.0.71
|
|
|
*/
|
|
|
|
|
|
(function (factory) {
|
|
|
@@ -1934,13 +1934,14 @@
|
|
|
}
|
|
|
};
|
|
|
}
|
|
|
+ return $.fn.inputmask;
|
|
|
}));
|
|
|
/*
|
|
|
Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2014 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 3.0.70
|
|
|
+Version: 3.0.71
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -2061,13 +2062,14 @@ Optional extensions on the jquery.inputmask base
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
+ return $.fn.inputmask;
|
|
|
}));
|
|
|
/*
|
|
|
Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2014 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 3.0.70
|
|
|
+Version: 3.0.71
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -2555,13 +2557,15 @@ Optional extensions on the jquery.inputmask base
|
|
|
alias: "mm/dd/yyyy"
|
|
|
}
|
|
|
});
|
|
|
+
|
|
|
+ return $.fn.inputmask;
|
|
|
}));
|
|
|
/*
|
|
|
Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2014 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 3.0.70
|
|
|
+Version: 3.0.71
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -2814,13 +2818,14 @@ Optional extensions on the jquery.inputmask base
|
|
|
digits: "0"
|
|
|
}
|
|
|
});
|
|
|
+ return $.fn.inputmask;
|
|
|
}));
|
|
|
/*
|
|
|
Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2014 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 3.0.70
|
|
|
+Version: 3.0.71
|
|
|
|
|
|
Regex extensions on the jquery.inputmask base
|
|
|
Allows for using regular expressions as a mask
|
|
|
@@ -3007,13 +3012,14 @@ Allows for using regular expressions as a mask
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
+ return $.fn.inputmask;
|
|
|
}));
|
|
|
/*
|
|
|
Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2014 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 3.0.70
|
|
|
+Version: 3.0.71
|
|
|
|
|
|
Phone extension.
|
|
|
When using this extension make sure you specify the correct url to get the masks
|
|
|
@@ -3094,4 +3100,5 @@ When using this extension make sure you specify the correct url to get the masks
|
|
|
nojumpsThreshold: 4
|
|
|
}
|
|
|
});
|
|
|
+ return $.fn.inputmask;
|
|
|
}));
|