We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handle this:
model.destroy().then(function() {model.save();});
this will involve cleaning up stuff like the _loaded property on the model.
_loaded
The text was updated successfully, but these errors were encountered:
added unit test for model.destroy(), model.save()
5aa384b
pertains to #18
handle js model.destroy corner cases
f0f4da0
pertains to #16 pertains to #17 and pertains to #18
dont delete model id til the manager is notified
eedbe7a
No branches or pull requests
handle this:
this will involve cleaning up stuff like the
_loaded
property on the model.The text was updated successfully, but these errors were encountered: