| 12345678 |
- /*!
- * dependencyLib.min.js
- * 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.1-85
- */
- !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){function b(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1}function c(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?f[f.toString.call(a)]||"object":typeof a}function d(a){this[0]=a}function e(a){return this[0]=a,this instanceof e?void 0:new e(a)}for(var f={},g="Boolean Number String Function Array Date RegExp Object Error".split(" "),h=0;h<g.length;h++)f["[object "+g[h]+"]"]=g[h].toLowerCase();return d.prototype={on:function(){return a.fn.on.apply(a(this[0]),arguments),this},off:function(){return a.fn.off.apply(a(this[0]),arguments),this},trigger:function(){return a.fn.trigger.apply(a(this[0]),arguments),this},triggerHandler:function(){return a.fn.triggerHandler.apply(a(this[0]),arguments),this}},e.prototype=d.prototype,e.isFunction=function(a){return"function"===c(a)},e.noop=function(){},e.parseJSON=function(a){return JSON.parse(a+"")},e.isArray=Array.isArray,e.inArray=function(a,c,d){return null==c?-1:b(c,a,d)},e.valHooks=a.valHooks,e.isWindow=function(a){return null!=a&&a===a.window},e.isPlainObject=function(a){return"object"!==c(a)||a.nodeType||e.isWindow(a)?!1:a.constructor&&!f.hasOwnProperty.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},e.extend=function(){var a,b,c,d,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;for("boolean"==typeof h&&(k=h,h=arguments[i]||{},i++),"object"==typeof h||e.isFunction(h)||(h={}),i===j&&(h=this,i--);j>i;i++)if(null!=(a=arguments[i]))for(b in a)c=h[b],d=a[b],h!==d&&(k&&d&&(e.isPlainObject(d)||(f=e.isArray(d)))?(f?(f=!1,g=c&&e.isArray(c)?c:[]):g=c&&e.isPlainObject(c)?c:{},h[b]=e.extend(k,g,d)):void 0!==d&&(h[b]=d));return h},e.each=a.each,e.map=a.map,e.Event=a.Event,e.data=a.data,window.dependencyLib=e,e});
|