aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/iframeTest.js
blob: 877e884f0edf658bb6c6b6c5c658654e9667d2cc (plain)
1
2
3
4
5
6
7
8
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 );
};