/javascript-mode/commons_f.2
http://github.com/ridgetang/snippets · Unknown · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 3f1ddb8b5fa2b2113e5c2475d4b6610b MD5 · raw file
- # name : method_name:function(attr){..}
- # key : f.2
- # group : commons
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- ${1:method_name}: function(${2:attribute}){
- $0
- }${3:,}