/application/static/libs/adminlte/bower_components/inputmask/dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js

https://bitbucket.org/tin_gimranoff/docstar · JavaScript · 13 lines · 5 code · 1 blank · 7 comment · 3 complexity · 68a7721dae6abe416dfb238c55afdaea MD5 · raw file

  1. /*!
  2. * dependencyLibs/inputmask.dependencyLib.jquery.js
  3. * https://github.com/RobinHerbots/Inputmask
  4. * Copyright (c) 2010 - 2017 Robin Herbots
  5. * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
  6. * Version: 3.3.8
  7. */
  8. !function(factory) {
  9. "function" == typeof define && define.amd ? define([ "jquery" ], factory) : "object" == typeof exports ? module.exports = factory(require("jquery")) : window.dependencyLib = factory(jQuery);
  10. }(function($) {
  11. return $;
  12. });