Skip to content

Instantly share code, notes, and snippets.

@up1
Created June 22, 2014 18:27
Show Gist options
  • Save up1/135127290bab4cf8f44b to your computer and use it in GitHub Desktop.
Save up1/135127290bab4cf8f44b to your computer and use it in GitHub Desktop.
Demo :: My Promise
var Up1 = function() {
var State = {
PENDING: 0,
FULFILLED: 1,
REJECTED: 2
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment