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

6 lines
144 B
CoffeeScript

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