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