Skip to content

Instantly share code, notes, and snippets.

@pcote
Created October 6, 2016 22:41
Show Gist options
  • Save pcote/bde669724e74d1e3375adbea6b4ad7dc to your computer and use it in GitHub Desktop.
Save pcote/bde669724e74d1e3375adbea6b4ad7dc to your computer and use it in GitHub Desktop.
var btnResetHandler = function(evt){
var credPromise = getCreds();
var downloadPromise = credPromise.then(downloadDomSet);
downloadPromise.then(updateAllFieldsCallback);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment