mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 21:45:03 -05:00
Ajax: correct indentation
As noted by @arthurvr
Follow-up for f60729f390
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