mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
add inputmask
This commit is contained in:
parent
ab84f1e730
commit
e07838c6c7
203 changed files with 29712 additions and 5216 deletions
13
node_modules/inputmask/lib/dependencyLibs/inputmask.dependencyLib.jquery.js
generated
vendored
Normal file
13
node_modules/inputmask/lib/dependencyLibs/inputmask.dependencyLib.jquery.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
Input Mask plugin dependencyLib
|
||||
http://github.com/RobinHerbots/jquery.inputmask
|
||||
Copyright (c) Robin Herbots
|
||||
Licensed under the MIT license
|
||||
*/
|
||||
|
||||
import jQuery from "jquery";
|
||||
|
||||
if (jQuery === undefined) {
|
||||
throw "jQuery not loaded!";
|
||||
}
|
||||
export default jQuery;
|
Loading…
Add table
Add a link
Reference in a new issue