Ajax: correct indentation

As noted by @arthurvr

Follow-up for f60729f390
This commit is contained in:
Oleg Gaidarenko 2015-10-12 20:34:16 +03:00
parent e73a67f2e2
commit 2a8341787a

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