blob: 72bdd90b54a811a683330fcce51a9e539eea3950 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001define( [
2 "../core"
3], function( jQuery ) {
4
5"use strict";
6
7jQuery.readyException = function( error ) {
8 window.setTimeout( function() {
9 throw error;
10 } );
11};
12
13} );