backbone-pegasus
backbone-pegasus copied to clipboard
fetch.success method is not called
I use a success parameter when initializing the fetch method as follows:
var model = Backbone.Model(); model.fetch({ timeout: timeout, success: function() { console.log('success method called'); }, error: function() { console.log('error method called'); }, });
backbone-pegasus fetches the model successfully but doesn't call the success-callback afterwards.
Should be ok now (v0.2.0) and sorry for the late reply.