I want to add a catch method to JQuery\'s promise object so I don\'t have to type the following every time:
catch
promise
.then(null,function(dat
Frankly, I wouldn't use jQuery "Promises" at all since they do not even follow the spec. Use the bluebird library, for example.