scratch

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