diff options
Diffstat (limited to 'test/data/support/csp.js')
-rw-r--r-- | test/data/support/csp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/support/csp.js b/test/data/support/csp.js index 5ebdcea08..4d55bdaa1 100644 --- a/test/data/support/csp.js +++ b/test/data/support/csp.js @@ -1,3 +1,3 @@ jQuery( function() { - parent.iframeCallback( getComputedSupport( jQuery.support ) ); + startIframeTest( getComputedSupport( jQuery.support ) ); } ); |