File "readyException.js"

Full Path: C:/wamp64/www/porteria/node_modules/jquery/src/core/readyException.js
File size: 168 bytes
MIME-type: text/plain
Charset: utf-8

define( [
	"../core"
], function( jQuery ) {

"use strict";

jQuery.readyException = function( error ) {
	window.setTimeout( function() {
		throw error;
	} );
};

} );