/javascript-mode/extjs_list

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

  1. # name : list
  2. # key : list
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. listeners: {
  8. ${1:load}: {
  9. scope: this,
  10. fn: function(${2:args}) {
  11. $0
  12. }
  13. }
  14. }