diff options
Diffstat (limited to 'src/ajax/xhr.js')
-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 ]; |