1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00

Update jquery

This commit is contained in:
Daniel 2021-10-26 10:47:47 -03:00
parent da37585efd
commit 047e363a16
139 changed files with 32395 additions and 16 deletions

13
node_modules/jquery/src/attributes.js generated vendored Normal file
View file

@ -0,0 +1,13 @@
define( [
"./core",
"./attributes/attr",
"./attributes/prop",
"./attributes/classes",
"./attributes/val"
], function( jQuery ) {
"use strict";
// Return jQuery for attributes-only inclusion
return jQuery;
} );