Show More
Commit Description:
Merge pull request #28 from paphonb/change-default-language...
Commit Description:
Merge pull request #28 from paphonb/change-default-language allow users to change default submission language
References:
File last commit:
Show/Diff file:
Action:
node_modules/jquery/src/core/readyException.js | 13 lines | 168 B | application/javascript | JavascriptLexer |
define( [
"../core"
], function( jQuery ) {
"use strict";
jQuery.readyException = function( error ) {
window.setTimeout( function() {
throw error;
} );
};
} );