regression: incorrect default context applied to .ajax error callback in jquery1.4

regression: incorrect default context applied to .ajax error callback in jquery1.4

As the example on http://jsfiddle.net/FPcVB/ shows, the success callback correctly sets `this` as the .ajax object, however the error callback does not.


This works in jQuery 1.3.2 as you can see at http://jsfiddle.net/YWpEP/