Skip to content

Instantly share code, notes, and snippets.

@mweststrate
Created December 21, 2015 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mweststrate/2e678e6de995c71f08db to your computer and use it in GitHub Desktop.
Save mweststrate/2e678e6de995c71f08db to your computer and use it in GitHub Desktop.
transaction example
transaction(() => {
michel.firstName = "Mich";
michel.lastName = "W.";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment