/javascript-mode/extjs.ae

http://github.com/ridgetang/snippets · Unknown · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 8afd2da59d0907f2ee6b776c61286fe4 MD5 · raw file

  1. # name : this.addEvents...
  2. # key : ae
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. ${1: this}.addEvents(
  8. /**
  9. * @event $2
  10. * ${3:Event description}
  11. */
  12. '${2:eventName}'$0
  13. );