jquery ajax: added a comment explaining the last commit.
authorAriel Flesler <aflesler@gmail.com>
Tue, 17 Jun 2008 21:31:57 +0000 (21:31 +0000)
committerAriel Flesler <aflesler@gmail.com>
Tue, 17 Jun 2008 21:31:57 +0000 (21:31 +0000)
src/ajax.js

index 2dcf870..853bcbb 100644 (file)
@@ -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 );