1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +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/core/readyException.js generated vendored Normal file
View file

@ -0,0 +1,13 @@
define( [
"../core"
], function( jQuery ) {
"use strict";
jQuery.readyException = function( error ) {
window.setTimeout( function() {
throw error;
} );
};
} );