From bf14ac123622da377624ab2e4babddcce4f9cdba Mon Sep 17 00:00:00 2001
From: Ariel Flesler <aflesler@gmail.com>
Date: Tue, 17 Jun 2008 21:31:57 +0000
Subject: [PATCH] jquery ajax: added a comment explaining the last commit.

---
 src/ajax.js |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ajax.js b/src/ajax.js
index 2dcf870..853bcbb 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 );
 
-- 
1.7.10.4