/javascript-mode/extjs_inite
#! | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | 557e2033af2a283d197b685493332f03 MD5 | raw file
- # name : inite
- # key : inite
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- /**
- * Sets up events emitted by this ${1:component}
- */
- initEvents: function() {
- $0
- }