/javascript-mode/extjs.bfe
http://github.com/ridgetang/snippets · Unknown · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · aea93e13775f9bc0135161acbaf94c55 MD5 · raw file
- # name : if(this.fireEvent(...)){...}
- # key : bfe
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- if (${1:this}.fireEvent('${2:eventName}'${3:, ${4:params}})) {
- $0
- }