All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.core.readyException.js Maven / Gradle / Ivy

The newest version!
define( [
	"../core"
], function( jQuery ) {

"use strict";

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

} );




© 2015 - 2024 Weber Informatics LLC | Privacy Policy