/javascript-mode/extjs_on

http://github.com/ridgetang/snippets · #! · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 19b3db6316acc856970f8925e8e67adf MD5 · raw file

  1. # name : on
  2. # key : on
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. ${1:this}.on('${2:click}', ${4:function($5) {$0\}}, ${3:this});