mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
e5ffcb0838
Ref gh-3040 Closes gh-3049
9 lines
255 B
JavaScript
9 lines
255 B
JavaScript
|
|
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 );
|
|
};
|