aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-09-03 02:53:29 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-09-07 20:03:50 +0300
commite35bdc1a22d7b5786b8f849acdc4653f1dc25e9b (patch)
treecd479b6eb59e53f91460a11f495d414f682efac8 /test/data
parent99975c44abc8c1092764c7fca3ccfe89fc832b87 (diff)
downloadjquery-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.js4
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 ) );
-});
+} );