AmpersandJS / ampersand-sync

Provides sync behavior for updating data from ampersand models and collections to the server.
http://ampersandjs.com
MIT License
20 stars 28 forks source link

Ensure options.success is called even if there's no body (e.g. 204) #9

Closed latentflip closed 10 years ago

latentflip commented 10 years ago

Fixes: #8

latentflip commented 10 years ago

@remixz any reason this is not a good idea? Was it intentional or just an oversight? Thanks!

remixz commented 10 years ago

@latentflip Ah, yeah, just an oversight on my part. Good catch!

kamilogorek commented 10 years ago

Looks good :+1: