init
This commit is contained in:
12
vendor/bower-asset/inputmask/js/dependencyLibs/inputmask.dependencyLib.jquery.js
vendored
Normal file
12
vendor/bower-asset/inputmask/js/dependencyLibs/inputmask.dependencyLib.jquery.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
(function (factory) {
|
||||
if (typeof define === "function" && define.amd) {
|
||||
define(["jquery"], factory);
|
||||
} else if (typeof exports === "object") {
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
window.dependencyLib = factory(jQuery);
|
||||
}
|
||||
}
|
||||
(function ($) {
|
||||
return $;
|
||||
}));
|
||||
Reference in New Issue
Block a user