Sha256: 61c0346f4961e2713a37032a6624a2b90b14000dd14340729584fd6c37a912e7

Contents?: true

Size: 399 Bytes

Versions: 4

Compression:

Stored size: 399 Bytes

Contents

(function(){
  var Account;
  Account = function Account(customer, cart) {
    this.customer = customer;
    this.cart = cart;
    return $('.shopping_cart').bind('click', (function(__this) {
      var __func = function(event) {
        return this.customer.purchase(this.cart);
      };
      return (function() {
        return __func.apply(__this, arguments);
      });
    })(this));
  };
})();

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
haml-more-0.5.1 vendor/coffee-script/documentation/js/fat_arrow.js
haml-more-0.5.0 vendor/coffee-script/documentation/js/fat_arrow.js
haml-more-0.4.0 vendor/coffee-script/documentation/js/fat_arrow.js
haml-more-0.4.0.d vendor/coffee-script/documentation/js/fat_arrow.js