diff --git a/src/ajax.js b/src/ajax.js index 2dcf87060..853bcbb43 100644 --- 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 );