Skip to content

Instantly share code, notes, and snippets.

@pcote
Created October 6, 2016 22:38
Show Gist options
  • Save pcote/d34f18556a3875227ef188665eac5fc4 to your computer and use it in GitHub Desktop.
Save pcote/d34f18556a3875227ef188665eac5fc4 to your computer and use it in GitHub Desktop.
var loadHandler = function(){
var promise = getUserCredentials();
promise.then(loadUserData);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment