mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Update jquery
This commit is contained in:
parent
da37585efd
commit
047e363a16
139 changed files with 32395 additions and 16 deletions
13
node_modules/jquery/src/attributes.js
generated
vendored
Normal file
13
node_modules/jquery/src/attributes.js
generated
vendored
Normal 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;
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue