PageRenderTime 7ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 1ms

/javascript-mode/extjs_e

http://github.com/ridgetang/snippets
#! | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | b53b3d3a8cb4acd735db72e369ebfe18 MD5 | raw file
  1. # name : e
  2. # key : e
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. /**
  8. * @event ${1:eventName}
  9. * ${2:Event description}${3:
  10. * @param {${4:paramType}\} ${5:paramName} ${6:parameter description}}
  11. */
  12. '${1:eventName}'$0