Object Method 149 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : Object Method
  3. #key : :f
  4. # --
  5. ${1:method_name}: function(${3:attribute}){
  6. $0
  7. }${10:,}