Prototype (proto) 184 B

12345678
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : Prototype (proto)
  3. #key : proto
  4. # --
  5. ${1:class_name}.prototype.${2:method_name} = function(${3:first_argument}) {
  6. $0
  7. };