jashkenas--coffeescript/documentation/coffee/long_arrow.coffee

6 lines
155 B
CoffeeScript
Raw Normal View History

2010-01-14 04:24:45 +00:00
Account: customer, cart =>
this.customer: customer
this.cart: cart
$('.shopping_cart').bind('click') event ==>
this.customer.purchase(this.cart)