Skip to content

Instantly share code, notes, and snippets.

@joshontheweb
Created July 5, 2012 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshontheweb/3056766 to your computer and use it in GitHub Desktop.
Save joshontheweb/3056766 to your computer and use it in GitHub Desktop.
test
(function() {
console.log('this is a test'); if (true) { // do something loooooooooong here } else { // more long stuff }
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment