Directory : /proc/self/root/proc/thread-self/cwd/admin/bower_components/jquery/src/core/ |
Current File : //proc/self/root/proc/thread-self/cwd/admin/bower_components/jquery/src/core/readyException.js |
define( [ "../core" ], function( jQuery ) { "use strict"; jQuery.readyException = function( error ) { window.setTimeout( function() { throw error; } ); }; } );