@@ -1,6 +1,6 @@
{
"name": "jquery.inputmask",
- "version": "3.1.46",
+ "version": "3.1.47",
"main": [
"./dist/inputmask/jquery.inputmask.js",
"./dist/inputmask/jquery.inputmask.extensions.js",
@@ -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.1.46
+* Version: 3.1.47
*/
!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) {
@@ -8,7 +8,7 @@
"inputmask",
"mask"
],
"author": {
"name": "Robin Herbots",
"url": "http://github.com/RobinHerbots/jquery.inputmask"