mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +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/core/readyException.js
generated
vendored
Normal file
13
node_modules/jquery/src/core/readyException.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
define( [
|
||||
"../core"
|
||||
], function( jQuery ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
jQuery.readyException = function( error ) {
|
||||
window.setTimeout( function() {
|
||||
throw error;
|
||||
} );
|
||||
};
|
||||
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue