Skip to content

Instantly share code, notes, and snippets.

@othree
Created October 30, 2015 03:02
Show Gist options
  • Save othree/7f4daf2e1743720fac22 to your computer and use it in GitHub Desktop.
Save othree/7f4daf2e1743720fac22 to your computer and use it in GitHub Desktop.
var z = new Promise();
z.catch( () => {} ).then(alwaysHandler);
// Empty function is required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment