backbone-pegasus icon indicating copy to clipboard operation
backbone-pegasus copied to clipboard

fetch.success method is not called

Open achimkoellner opened this issue 11 years ago • 1 comments

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.

achimkoellner avatar Oct 29 '14 16:10 achimkoellner

Should be ok now (v0.2.0) and sorry for the late reply.

typicode avatar Nov 10 '14 14:11 typicode