alekseykulikov / backbone-offline

[Deprecated] Allows your Backbone.js app to work offline
MIT License
720 stars 56 forks source link

Support Collection#parse() for non-standard APIs #35

Closed hardchor closed 8 years ago

hardchor commented 11 years ago

Backbone collections provide an alternative callback when fetching data from a non-standard API: http://backbonejs.org/#Collection-parse

I've been running into problems trying to get backbone.offline to work and started working on some fixes. I'll send a pull request if support for this is something you'd like to see in backbone.offline and I've got it working flawlessly.

alekseykulikov commented 11 years ago

Hi @hardchor, yes, it's missing in current backbone.offline implementation and it definitely will very helpful. Would be nice to see your pul request.

hardchor commented 11 years ago

Not written any coffeescript so far (mainly because I think it's stupid ;) ) but will try my best.

alekseykulikov commented 11 years ago

Good luck with coffeescript, btw, new version of backbone.offline will write on clean javascript :)