/javascript-mode/extjs_on
http://github.com/ridgetang/snippets · #! · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 19b3db6316acc856970f8925e8e67adf MD5 · raw file
- # name : on
- # key : on
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- ${1:this}.on('${2:click}', ${4:function($5) {$0\}}, ${3:this});