mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 09:44:56 -05:00
Ajax: correct indentation
As noted by @arthurvr
Follow-up for b078a62013
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user