Skip to content

Instantly share code, notes, and snippets.

@cemerson
Created August 24, 2012 20:45
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 cemerson/3455429 to your computer and use it in GitHub Desktop.
Save cemerson/3455429 to your computer and use it in GitHub Desktop.
Javascript: New Function
/* ----------------------------------------------------------- /
MY_FUNCTION_NAME
Short description of function...
/ ----------------------------------------------------------- */
function MY_FUNCTION_NAME(){
report('TEST','--> MY_FUNCTION_NAME()..');
try{
}catch(e){ catchError('MY_FUNCTION_NAME()',e); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment