/javascript-mode/extjs_inite

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

  1. # name : inite
  2. # key : inite
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. /**
  8. * Sets up events emitted by this ${1:component}
  9. */
  10. initEvents: function() {
  11. $0
  12. }