/javascript-mode/extjs_initc

http://github.com/ridgetang/snippets · #! · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · 49570b51f72d92c56bbe61e54277ef69 MD5 · raw file

  1. # name : initc
  2. # key : initc
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. initComponent: function() {
  8. $0
  9. ${1:${TM_FILENAME/(.+)\.js$/$1/}}.superclass.initComponent.apply(this, arguments);
  10. }${2:,}