/javascript-mode/extjs.app

http://github.com/ridgetang/snippets · Unknown · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 8da86543d87d1d619558173205c52fb6 MD5 · raw file

  1. # name : Ext.apply(...)
  2. # key : app
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. Ext.apply(${1:config}, {
  8. $0
  9. });