Skip to content

Instantly share code, notes, and snippets.

@peterwilsoncc
Created June 20, 2013 05:57
Show Gist options
  • Save peterwilsoncc/5820601 to your computer and use it in GitHub Desktop.
Save peterwilsoncc/5820601 to your computer and use it in GitHub Desktop.
JavaScript starter file
PWCC = this.PWCC || {};
console = this.console || {};
console.log = this.console.log || function(){};
console.error = this.console.error || function(){};
(PWCC.exe = function(window, document, $) {
var html = document.documentElement,
body = html.getElementsByTagName('body')[0];
})(this, document, jQuery);
@mattpilott
Copy link

Hey Pete, it's been awhile since you made this file. Would you do things differently now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment