Files
w4rpservices/node_modules/jquery/src/core/readyException.js
2018-10-27 03:51:47 -05:00

14 lines
168 B
JavaScript
Vendored

define( [
"../core"
], function( jQuery ) {
"use strict";
jQuery.readyException = function( error ) {
window.setTimeout( function() {
throw error;
} );
};
} );