/javascript-mode/commons_fun

http://github.com/ridgetang/snippets · #! · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 40ea306fb5bae0de034ba6e69a26b471 MD5 · raw file

  1. # name : fun
  2. # key : fun
  3. # group : commons
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. function ${1:function_name} (${2:argument}) {
  8. ${0:// body...}
  9. }