Created
October 6, 2016 22:38
-
-
Save pcote/d34f18556a3875227ef188665eac5fc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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