Plato on Github
Report Home
src/core/readyException.js
Maintainability
90.90
Lines of code
13
Difficulty
4.33
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
define( [ "../core" ], function( jQuery ) { "use strict"; jQuery.readyException = function( error ) { window.setTimeout( function() { throw error; } ); }; } );