comparison default/node_modules/jquery/src/core/readyException.js @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 define( [
2 "../core"
3 ], function( jQuery ) {
4
5 "use strict";
6
7 jQuery.readyException = function( error ) {
8 window.setTimeout( function() {
9 throw error;
10 } );
11 };
12
13 } );