Skip to content

Instantly share code, notes, and snippets.

@leigler
Created September 5, 2019 14:13
Show Gist options
  • Save leigler/484d0fc8f1acb521a02bbbcef46dcbdf to your computer and use it in GitHub Desktop.
Save leigler/484d0fc8f1acb521a02bbbcef46dcbdf to your computer and use it in GitHub Desktop.
var Site = {};
Site.loaded = function(){
console.log("DOMContentLoaded")
}
document.addEventListener('DOMContentLoaded', function(event) {
Site.loaded();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment