Skip to content

Instantly share code, notes, and snippets.

@potch
Created May 20, 2014 20:31
Show Gist options
  • Save potch/3ed3b7dc776ed42c6ce2 to your computer and use it in GitHub Desktop.
Save potch/3ed3b7dc776ed42c6ce2 to your computer and use it in GitHub Desktop.
document.webComponentsReady = new Promise(function (resolve, reject) {
document.addEventListener('WebComponentsReady', function (){
resolve();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment