mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
9e121482a5
Hopefully this fixes iOS testing: http://swarm.jquery.org/job/5226
Ref 1d2df772b4
Closes gh-3641
8 lines
254 B
JavaScript
8 lines
254 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 );
|
|
};
|