inputmask.dependencyLib.jqlite.min.js 1.4 KB

12345678
  1. /*!
  2. * inputmask.dependencyLib.jqlite.min.js
  3. * http://github.com/RobinHerbots/jquery.inputmask
  4. * Copyright (c) 2010 - 2015 Robin Herbots
  5. * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
  6. * Version: 3.2.1-89
  7. */
  8. !function(a){"function"==typeof define&&define.amd?define(["jqlite"],a):"object"==typeof exports?module.exports=a(require("jqlite")):a(jQuery)}(function(a){function b(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?c[c.toString.call(a)]||"object":typeof a}for(var c={},d="Boolean Number String Function Array Date RegExp Object Error".split(" "),e=0;e<d.length;e++)c["[object "+d[e]+"]"]=d[e].toLowerCase();return a.isFunction=function(a){return"function"===b(a)},a.isArray=Array.isArray,a.isWindow=function(a){return null!=a&&a===a.window},a.isPlainObject=function(d){return"object"!==b(d)||d.nodeType||a.isWindow(d)?!1:d.constructor&&!c.hasOwnProperty.call(d.constructor.prototype,"isPrototypeOf")?!1:!0},a.extend=function(){var b,c,d,e,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||a.isFunction(h)||(h={}),i===j&&(h=this,i--);j>i;i++)if(null!=(b=arguments[i]))for(c in b)d=h[c],e=b[c],h!==e&&(k&&e&&(a.isPlainObject(e)||(f=a.isArray(e)))?(f?(f=!1,g=d&&a.isArray(d)?d:[]):g=d&&a.isPlainObject(d)?d:{},h[c]=a.extend(k,g,e)):void 0!==e&&(h[c]=e));return h},a.data=function(b,c,d){return a(b).data(c,d)},window.dependencyLib=a,a});