/javascript-mode/extjs.app
http://github.com/ridgetang/snippets · Unknown · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 8da86543d87d1d619558173205c52fb6 MD5 · raw file
- # name : Ext.apply(...)
- # key : app
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- Ext.apply(${1:config}, {
- $0
- });