From: jaubourg Date: Thu, 20 Jan 2011 17:50:47 +0000 (+0100) Subject: Removes misleading comment. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=8ad2b31ff65ee07be02fb8976ea3b0f4105518b5 Removes misleading comment. --- 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 ];