/javascript-mode/extjs_list
http://github.com/ridgetang/snippets · #! · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · a332dffffd31875b6439557506362bab MD5 · raw file
- # name : list
- # key : list
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- listeners: {
- ${1:load}: {
- scope: this,
- fn: function(${2:args}) {
- $0
- }
- }
- }