Path : /var/www/html/main/bower_components/jquery/src/core/
File Upload :
Current File : /var/www/html/main/bower_components/jquery/src/core/readyException.js

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

"use strict";

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

} );