We were catching exceptions within the success callback of an Ajax request, then...
authorJohn Resig <jeresig@gmail.com>
Sun, 19 Aug 2007 00:48:53 +0000 (00:48 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 19 Aug 2007 00:48:53 +0000 (00:48 +0000)
commitf64eb21fade249bf0dc9d7ab820eafaaf4a521ad
tree9c3b1ffb4adb699f64eec1bcbaac57f0d95de8db
parent05d401dd8439d8a2137d3fb69a70d671c0d3a69d
We were catching exceptions within the success callback of an Ajax request, then causing an error callback to be called (which is incorrect). (Bug #1441)
src/ajax/ajax.js