inputmask.dependencyLib.zepto.min.js 978 B

12345678
  1. /*!
  2. * inputmask.dependencyLib.zepto.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(["zepto","zepto_data","zepto_event"],a):"object"==typeof exports?module.exports=a(require("zepto"),require("zepto_data"),require("zepto_event")):a(Zepto)}(function(a){return 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});