From: John Resig Date: Tue, 18 Nov 2008 04:53:34 +0000 (+0000) Subject: The code for handling Ajax timeouts was broken (the abort was being called too early... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=sidebyside;h=d81dfbcccf07aa63c6bf5beb10a2d37207d9e340;hp=d81dfbcccf07aa63c6bf5beb10a2d37207d9e340;p=jquery.git The code for handling Ajax timeouts was broken (the abort was being called too early). Fixing this allows the test suite to work again. ---