1 2 3 4 5 6 7
import { jQuery } from "../core.js"; jQuery.readyException = function( error ) { window.setTimeout( function() { throw error; } ); };