/javascript-mode/extjs.ae
http://github.com/ridgetang/snippets · Unknown · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 8afd2da59d0907f2ee6b776c61286fe4 MD5 · raw file
- # name : this.addEvents...
- # key : ae
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- ${1: this}.addEvents(
- /**
- * @event $2
- * ${3:Event description}
- */
- '${2:eventName}'$0
- );