]> source.dussan.org Git - jquery.git/commitdiff
Ajax: correct indentation
authorOleg Gaidarenko <markelog@gmail.com>
Mon, 12 Oct 2015 17:34:16 +0000 (20:34 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 12 Oct 2015 17:34:16 +0000 (20:34 +0300)
As noted by @arthurvr

Follow-up for f60729f3903d17917dc351f3ac87794de379b0cc

src/ajax/script.js

index d94177432740b7b99e0665904acbfbe4fc991eac..1bd7c37b30bd49683ca0e44e7c0ecb16be194b8a 100644 (file)
@@ -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