From 8ad2b31ff65ee07be02fb8976ea3b0f4105518b5 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Thu, 20 Jan 2011 18:50:47 +0100 Subject: [PATCH] Removes misleading comment. --- src/ajax/xhr.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ajax/xhr.js b/src/ajax/xhr.js index cd9838c..652480b 100644 --- a/src/ajax/xhr.js +++ b/src/ajax/xhr.js @@ -128,7 +128,6 @@ if ( jQuery.support.ajax ) { callback = 0; // Do not keep as active anymore - // and store back into pool if (handle) { xhr.onreadystatechange = jQuery.noop; delete xhrs[ handle ]; -- 1.7.10.4