PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 1ms

/javascript-mode/commons_proto

http://github.com/ridgetang/snippets
#! | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | 0221954ae318602e7d889c0c3526f7c5 MD5 | raw file
  1. # name : proto
  2. # key : proto
  3. # group : commons
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. ${1:class_name}.prototype.${2:method_name} = function(${3:first_argument}) {
  8. ${0:// body...}
  9. };