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 8bce34fd2..a25bd8ae5 100644 --- a/test/data/support/csp.js +++ b/test/data/support/csp.js @@ -1,3 +1,3 @@ jQuery(function() { - parent.iframeCallback( jQuery.support ); + parent.iframeCallback( getComputedSupport( jQuery.support ) ); }); |