/javascript-mode/extjs_initc
http://github.com/ridgetang/snippets · #! · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · 49570b51f72d92c56bbe61e54277ef69 MD5 · raw file
- # name : initc
- # key : initc
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- initComponent: function() {
- $0
-
- ${1:${TM_FILENAME/(.+)\.js$/$1/}}.superclass.initComponent.apply(this, arguments);
- }${2:,}