/javascript-mode/extjs.aifc

http://github.com/ridgetang/snippets · Unknown · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · 4531d603c5140585871fadf852c0be85 MD5 · raw file

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