diff options
author | jaubourg <j@ubourg.net> | 2011-01-20 18:50:47 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-01-20 18:50:47 +0100 |
commit | 8ad2b31ff65ee07be02fb8976ea3b0f4105518b5 (patch) | |
tree | fce21e18cc34724e5a8e19ea74c453254b1770d5 /src/ajax | |
parent | ea5ce8c2a916ad44af21411d6e2b21ab9f6863f0 (diff) | |
download | jquery-8ad2b31ff65ee07be02fb8976ea3b0f4105518b5.tar.gz jquery-8ad2b31ff65ee07be02fb8976ea3b0f4105518b5.zip |
Removes misleading comment.
Diffstat (limited to 'src/ajax')
-rw-r--r-- | src/ajax/xhr.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ajax/xhr.js b/src/ajax/xhr.js index cd9838c3b..652480ba5 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 ]; |