Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 7aef6b5a827e55a2843b368e32914d49 > files > 20

coffee-script-doc-1.6.3-1.fc18.noarch.rpm

Account = (customer, cart) ->
  @customer = customer
  @cart = cart

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