Skip to content

Instantly share code, notes, and snippets.

@scottcorgan
Last active August 29, 2015 13:56
Show Gist options
  • Save scottcorgan/9175000 to your computer and use it in GitHub Desktop.
Save scottcorgan/9175000 to your computer and use it in GitHub Desktop.
// inside a function on the Divshot prototype
// it uses https://www.npmjs.org/package/promise under the hood
var promise = this.http._promiseWrap(function (resolve, reject) {
// resolve or reject in here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment