mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Ajax: correct indentation
As noted by @arthurvr
Follow-up for f60729f390
This commit is contained in:
parent
e73a67f2e2
commit
2a8341787a
@ -6,9 +6,9 @@ define( [
|
|||||||
|
|
||||||
// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)
|
// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)
|
||||||
jQuery.ajaxPrefilter( function( s ) {
|
jQuery.ajaxPrefilter( function( s ) {
|
||||||
if ( s.crossDomain ) {
|
if ( s.crossDomain ) {
|
||||||
s.contents.script = false;
|
s.contents.script = false;
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Install script dataType
|
// Install script dataType
|
||||||
|
Loading…
Reference in New Issue
Block a user