Skip to content

Instantly share code, notes, and snippets.

@darrellpratt
Created May 25, 2016 17:10
Show Gist options
  • Save darrellpratt/cdcd460dc4523bbfce96af406f9f1f9e to your computer and use it in GitHub Desktop.
Save darrellpratt/cdcd460dc4523bbfce96af406f9f1f9e to your computer and use it in GitHub Desktop.
Parse.User.logIn("user", "pass", {
success: function(user) {
query.find({
success: function(results) {
results[0].save({ key: value }, {
success: function(result) {
// the object was saved.
}
});
}
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment