Skip to content

Commit cb087ce

Browse files
committed
Ajax: correct indentation
As noted by @arthurvr Follow-up for b078a62
1 parent d923100 commit cb087ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ajax/script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ define( [
66

77
// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)
88
jQuery.ajaxPrefilter( function( s ) {
9-
if ( s.crossDomain ) {
10-
s.contents.script = false;
11-
}
9+
if ( s.crossDomain ) {
10+
s.contents.script = false;
11+
}
1212
} );
1313

1414
// Install script dataType

0 commit comments

Comments
 (0)