jashkenas--coffeescript/documentation/coffee/fat_arrow.coffee

6 lines
141 B
CoffeeScript

Account: (customer, cart) ->
@customer: customer
@cart: cart
$('.shopping_cart').bind 'click', (event) =>
@customer.purchase @cart