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

6 lines
144 B
CoffeeScript
Raw Normal View History

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