Skip to content

Instantly share code, notes, and snippets.

@devmoreno
Created February 11, 2015 13:38
Show Gist options
  • Save devmoreno/aebb7203ec5e845c0dd0 to your computer and use it in GitHub Desktop.
Save devmoreno/aebb7203ec5e845c0dd0 to your computer and use it in GitHub Desktop.
grheg
example()
.then(example2)
.then(example3)
.done(function(promise){
console.log(promise.new);
console.log("Finished");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment