PageRenderTime 53ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/javascript-mode/extjs_ready

http://github.com/ridgetang/snippets
#! | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | 376e176cdf7043cf9892ea5ad9273c50 MD5 | raw file
  1. # name : ready
  2. # key : ready
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. Ext.onReady(function() {
  8. $0
  9. });