corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/pack-rat/003_pack_rat/pack-rat/node_modules/jquery/src/core/readyException.js
@@ -0,0 +1,13 @@
define( [
"../core"
], function( jQuery ) {
 
"use strict";
 
jQuery.readyException = function( error ) {
window.setTimeout( function() {
throw error;
} );
};
 
} );