Ajax: correct indentation

As noted by @arthurvr

Follow-up for b078a62013
This commit is contained in:
Oleg Gaidarenko
2015-10-12 20:34:16 +03:00
parent d92310050c
commit cb087ce41d

View 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