/javascript-mode/commons_fun
http://github.com/ridgetang/snippets · #! · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 40ea306fb5bae0de034ba6e69a26b471 MD5 · raw file
- # name : fun
- # key : fun
- # group : commons
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- function ${1:function_name} (${2:argument}) {
- ${0:// body...}
- }