Core: Fix the exports setup to make bundlers work with ESM & CommonJS
[jquery.git] / test / data / iframeTest.js
blob4db56833c5faee5079b8336cb4dc3f915afda97a
1 window.startIframeTest = function() {
2         var args = Array.prototype.slice.call( arguments );
4         // Note: jQuery may be undefined if page did not load it
5         args.unshift( window.jQuery, window, document );
6         window.parent.iframeCallback.apply( null, args );
7 };