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

6 lines
140 B
CoffeeScript
Raw Normal View History

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