From: jaubourg Date: Wed, 2 Feb 2011 12:33:02 +0000 (+0100) Subject: Fixes #8135. Makes sure any exception thrown by Firefox when trying to access an... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=b90369e8cb2b6f3cc0afa34d815958ff0b605874;hp=b90369e8cb2b6f3cc0afa34d815958ff0b605874;p=jquery.git Fixes #8135. Makes sure any exception thrown by Firefox when trying to access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior. ---