Skip to content

Instantly share code, notes, and snippets.

@moon-goon
Created January 29, 2016 16:41
Show Gist options
  • Save moon-goon/ff8dcabac442205bf9c6 to your computer and use it in GitHub Desktop.
Save moon-goon/ff8dcabac442205bf9c6 to your computer and use it in GitHub Desktop.
javascript entry point with jshint integration
/*jshint browser:true */
/*jshint devel:true */
(function() {
"use strict";
window.addEventListener('load', main);
function main(){
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment