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:
35b8157
)
jquery ajax: added a comment explaining the last commit.
author
Ariel Flesler
<aflesler@gmail.com>
Tue, 17 Jun 2008 21:31:57 +0000
(21:31 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Tue, 17 Jun 2008 21:31:57 +0000
(21:31 +0000)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
2dcf870
..
853bcbb
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-470,6
+470,7
@@
jQuery.extend({
throw "parsererror";
// Allow a pre-filtering function to sanitize the response
+ // s != null is checked to keep backwards compatibility
if( s && s.dataFilter )
data = s.dataFilter( data, type );