Created
August 24, 2012 20:45
-
-
Save cemerson/3455429 to your computer and use it in GitHub Desktop.
Javascript: New Function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ----------------------------------------------------------- / | |
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