Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
test
/
data
/
iframeTest.js
blob: 4db56833c5faee5079b8336cb4dc3f915afda97a [
file
] [
log
] [
blame
]
window
.
startIframeTest
=
function
()
{
var
args
=
Array
.
prototype
.
slice
.
call
(
arguments
);
// Note: jQuery may be undefined if page did not load it
args
.
unshift
(
window
.
jQuery
,
window
,
document
);
window
.
parent
.
iframeCallback
.
apply
(
null
,
args
);
};