mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Make it so prefilters get access to the original settings.
This commit is contained in:
parent
7bc5386230
commit
0f28835ee9
@ -536,7 +536,7 @@ jQuery.extend({
|
||||
}
|
||||
|
||||
// Get transport
|
||||
transport = jQuery.ajax.prefilter( s ).transport( s );
|
||||
transport = jQuery.ajax.prefilter( s , options ).transport( s );
|
||||
|
||||
// Watch for a new set of requests
|
||||
if ( s.global && jQuery.active++ === 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user