mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
jquery ajax: added a comment explaining the last commit.
This commit is contained in:
parent
35b8157507
commit
bf14ac1236
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user