caplet.js
caplet.js copied to clipboard
Async for model only
I know that collections has a load, but why not a model?
Sometimes you want to load a single model, not an entire collection...
Both collections and models should have the ability to load data asynchronously, you just have to define a load method in that case. See my last comment on #63.