HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.03k stars 408 forks source link

hookBackboneAjax: fetch() no longer returns promise #107

Open ambischof opened 8 years ago

ambischof commented 8 years ago

Backbone sync functions are supposed to return jQuery Deferred objects, enabling you to do things like model.fetch().done(function(){[do something]}). The hookBackboneAjax breaks this. As it is, its unusable for me because I use the promise methods a lot with syncing.

Can this be fixed?