UNPKG

coffeescript

Version:

Unfancy JavaScript

6 lines (5 loc) 144 B
Account = (customer, cart) -> @customer = customer @cart = cart $('.shopping_cart').bind 'click', (event) => @customer.purchase @cart