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:
e9fb7d5
)
Fixes a regression by calling dataFilter with the second argument set as the dataType.
author
jaubourg
<j@ubourg.net>
Wed, 12 Jan 2011 23:49:58 +0000
(
00:49
+0100)
committer
jaubourg
<j@ubourg.net>
Wed, 12 Jan 2011 23:49:58 +0000
(
00:49
+0100)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
a2b934d
..
2c658b1
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-456,7
+456,7
@@
jQuery.extend({
}
} else if ( s.dataFilter ) {
- response = s.dataFilter( response );
+ response = s.dataFilter( response , current );
dataTypes = s.dataTypes;
}
}