Skip to content

Instantly share code, notes, and snippets.

@devmoreno
Created February 11, 2015 13:42
Show Gist options
  • Save devmoreno/5b491f01b6264bd367e1 to your computer and use it in GitHub Desktop.
Save devmoreno/5b491f01b6264bd367e1 to your computer and use it in GitHub Desktop.
srgre
example()
//Second Call
.then(example2 /*, **Function for on reject** */)
//Third Call
.then(example3 /*, **Function for on reject** */)
//Last Call
.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