hipster-mvc
hipster-mvc copied to clipboard
Fetch models
Added fetch method to HipsterModel. Sorry for the multiple commits, 2 of them revert the ones from my other pull request.
This should use the defaultSync()
method in HipsterSync
just like the HipsterCollection.fetch()
method does.
The code looks good, but it is redundant (I think) and would prevent people from being able to override the syncing mechanism to, for example, perform local storage.