Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call.
This commit is contained in:
parent
7a1c6beab0
commit
2594a935de
6 changed files with 10 additions and 10 deletions
|
@ -76,6 +76,6 @@ jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
|
|||
// Delegate to script
|
||||
return "script";
|
||||
}
|
||||
} );
|
||||
});
|
||||
|
||||
})( jQuery );
|
||||
|
|
|
@ -25,7 +25,7 @@ jQuery.ajaxPrefilter( "script", function( s ) {
|
|||
s.type = "GET";
|
||||
s.global = false;
|
||||
}
|
||||
} );
|
||||
});
|
||||
|
||||
// Bind script tag hack transport
|
||||
jQuery.ajaxTransport( "script", function(s) {
|
||||
|
@ -84,6 +84,6 @@ jQuery.ajaxTransport( "script", function(s) {
|
|||
}
|
||||
};
|
||||
}
|
||||
} );
|
||||
});
|
||||
|
||||
})( jQuery );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue