Skip to content

Commit

Permalink
Ajax: correct indentation
Browse files Browse the repository at this point in the history
As noted by @arthurvr

Follow-up for b078a62
  • Loading branch information
markelog committed Oct 12, 2015
1 parent d923100 commit cb087ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ajax/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb087ce

Please sign in to comment.