Skip to content

Instantly share code, notes, and snippets.

@tpowell
Created July 31, 2013 01:13
Show Gist options
  • Save tpowell/6118522 to your computer and use it in GitHub Desktop.
Save tpowell/6118522 to your computer and use it in GitHub Desktop.
/**
* function funname - does something cool
*/
JS.funname = function() {
// Debug-start
if (JS.DEBUG) { console.log("Entering funname function"); }
// Debug-end
return false;
} /* end funname */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment