Sign in
appsheet-third-party
/
jquery
/
1d60e5afef1b0287e855686a4d524d8cf3aa61ee
/
.
/
src
/
core
/
readyException.js
blob: 72bdd90b54a811a683330fcce51a9e539eea3950 [
file
] [
log
] [
blame
]
define
(
[
"../core"
],
function
(
jQuery
)
{
"use strict"
;
jQuery
.
readyException
=
function
(
error
)
{
window
.
setTimeout
(
function
()
{
throw
error
;
}
);
};
}
);