UNPKG

168 BJavaScriptView Raw
1define( [
2 "../core"
3], function( jQuery ) {
4
5"use strict";
6
7jQuery.readyException = function( error ) {
8 window.setTimeout( function() {
9 throw error;
10 } );
11};
12
13} );