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

6 lines
140 B
CoffeeScript

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