git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc5386
)
Make it so prefilters get access to the original settings.
author
jaubourg
<j@ubourg.net>
Sun, 9 Jan 2011 19:31:15 +0000
(20:31 +0100)
committer
jaubourg
<j@ubourg.net>
Sun, 9 Jan 2011 19:31:15 +0000
(20:31 +0100)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
eae20e4
..
dbea8d5
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-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 ) {