|
|
@@ -1,13 +1,13 @@
|
|
|
/*!
|
|
|
-* integrations/jquery.inputmask.js
|
|
|
+* jquery.inputmask.js
|
|
|
* 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: 3.3.7-35
|
|
|
+* Version: 3.3.7-40
|
|
|
*/
|
|
|
|
|
|
!function(factory) {
|
|
|
- "function" == typeof define && define.amd ? define([ "jquery", "../inputmask" ], factory) : "object" == typeof exports ? module.exports = factory(require("jquery"), require("../inputmask")) : factory(jQuery, window.Inputmask);
|
|
|
+ "function" == typeof define && define.amd ? define([ "jquery", "./inputmask" ], factory) : "object" == typeof exports ? module.exports = factory(require("jquery"), require("./inputmask")) : factory(jQuery, window.Inputmask);
|
|
|
}(function($, Inputmask) {
|
|
|
return void 0 === $.fn.inputmask && ($.fn.inputmask = function(fn, options) {
|
|
|
var nptmask, input = this[0];
|