diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-09-03 02:53:29 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-09-07 20:03:50 +0300 |
commit | e35bdc1a22d7b5786b8f849acdc4653f1dc25e9b (patch) | |
tree | cd479b6eb59e53f91460a11f495d414f682efac8 /test/data | |
parent | 99975c44abc8c1092764c7fca3ccfe89fc832b87 (diff) | |
download | jquery-e35bdc1a22d7b5786b8f849acdc4653f1dc25e9b.tar.gz jquery-e35bdc1a22d7b5786b8f849acdc4653f1dc25e9b.zip |
Build: correct style tests files which could be automatically corrected
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/support/csp.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/support/csp.js b/test/data/support/csp.js index a25bd8ae5..5ebdcea08 100644 --- a/test/data/support/csp.js +++ b/test/data/support/csp.js @@ -1,3 +1,3 @@ -jQuery(function() { +jQuery( function() { parent.iframeCallback( getComputedSupport( jQuery.support ) ); -}); +} ); |