UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

14 lines (10 loc) 168 B
define( [ "../core" ], function( jQuery ) { "use strict"; jQuery.readyException = function( error ) { window.setTimeout( function() { throw error; } ); }; } );