@@ -1,6 +1,6 @@
{
"name": "jquery.inputmask",
- "version": "3.1.58",
+ "version": "3.1.59",
"main": [
"./dist/inputmask/jquery.inputmask.js",
"./dist/inputmask/jquery.inputmask.extensions.js",
@@ -1,7 +1,7 @@
"name": "robinherbots/jquery.inputmask",
"description": "jquery.inputmask is a jquery plugin which create an input mask.",
"type": "library",
"keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
"homepage": "http://robinherbots.github.io/jquery.inputmask",
@@ -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.1.58
+* Version: 3.1.59
*/
!function(factory) {
"function" == typeof define && define.amd ? define([ "jquery", "./jquery.inputmask" ], factory) : factory(jQuery);
"function" == typeof define && define.amd ? define([ "jquery" ], factory) : factory(jQuery);
!function($) {
function isInputEventSupported(eventName) {