Skip to content

Instantly share code, notes, and snippets.

@gsans
Created November 2, 2014 19:59
Show Gist options
  • Save gsans/dac9d0bcb5f845f1c8e4 to your computer and use it in GitHub Desktop.
Save gsans/dac9d0bcb5f845f1c8e4 to your computer and use it in GitHub Desktop.
deferred.resolve(resultObj); //triggers fnSuccess
deferred.reject(reasonObj); //triggers fnFailure
deferred.notify(progressObj); //triggers fnNotification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment