PageRenderTime 29ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 1ms

/javascript-mode/extjs_viewport

http://github.com/ridgetang/snippets
#! | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | 49f2b5c5644478ff2af95404a01cd017 MD5 | raw file
  1. # name : viewport
  2. # key : viewport
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. ${1:var ${2:viewport}} = new Ext.Viewport({
  8. layout: '${3:border}',
  9. items: [
  10. $0
  11. ]
  12. });