Skip to content

Instantly share code, notes, and snippets.

@maxxcrawford
Created February 22, 2017 06:25
Show Gist options
  • Save maxxcrawford/13f6ba6fdefea166c0d2ea4ae6055cd5 to your computer and use it in GitHub Desktop.
Save maxxcrawford/13f6ba6fdefea166c0d2ea4ae6055cd5 to your computer and use it in GitHub Desktop.
(function(){
// all your code here
var foo = function() {};
window.onload = foo;
// ...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment