Everyplay / serverbone

Backbone node.js additions to serve backbone collections/models over express
MIT License
5 stars 5 forks source link

IndexMixin: set fetchStatus property to 'fetched' when fetch completes #32

Closed mzabaluev closed 9 years ago

mzabaluev commented 9 years ago

The implementation of fetch does not call into BaseCollection's, so at least the status has to be updated the same way to actually prevent re-fetching in repeated calls of applyToAll etc.

kosmikko commented 9 years ago

Looks good, good catch.