PageRenderTime 26ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/javascript-mode/extjs_super

http://github.com/ridgetang/snippets
#! | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | a52da05ad9e53a6888f2b8e8d14dd4f8 MD5 | raw file
  1. # name : super
  2. # key : super
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. ${1:MyClassName}.superclass.${2:constructor}.${3:apply}(${4:this, arguments});$0