aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-10-12 20:34:16 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-10-12 20:35:29 +0300
commitcb087ce41daa5db4c8db10e586bdc141f953d93d (patch)
tree87d8b48c2155079b4c47e690ec3ffc4101d494f1 /src/ajax
parentd92310050ca7bf0b33825d64e052f9a8809c3e9e (diff)
downloadjquery-cb087ce41daa5db4c8db10e586bdc141f953d93d.tar.gz
jquery-cb087ce41daa5db4c8db10e586bdc141f953d93d.zip
Ajax: correct indentation
As noted by @arthurvr Follow-up for b078a62013782c7424a4a61a240c23c4c0b42614
Diffstat (limited to 'src/ajax')
-rw-r--r--src/ajax/script.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ajax/script.js b/src/ajax/script.js
index 0ec27b4a5..3978ba46c 100644
--- a/src/ajax/script.js
+++ b/src/ajax/script.js
@@ -6,9 +6,9 @@ define( [
// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)
jQuery.ajaxPrefilter( function( s ) {
- if ( s.crossDomain ) {
- s.contents.script = false;
- }
+ if ( s.crossDomain ) {
+ s.contents.script = false;
+ }
} );
// Install script dataType