diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 16:44:49 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 16:44:49 -0500 |
| commit | 1688752c5f3230fd9986691c2f67d9c7cd0bc164 (patch) | |
| tree | 22e7773514fe1b14274b5d5a16c29838ce1a224a /StoneIsland/www/js/lib/cart/CartView.js | |
| parent | 336282e0dd2fa1c7f4cbcba1c92e272fac76c327 (diff) | |
scrollers
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartView.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartView.js b/StoneIsland/www/js/lib/cart/CartView.js index 7744ad9d..43dc7dd4 100644 --- a/StoneIsland/www/js/lib/cart/CartView.js +++ b/StoneIsland/www/js/lib/cart/CartView.js @@ -22,15 +22,15 @@ var CartView = View.extend({ }, show_summary: function(){ - this.el.className = "summary" + this.summary.show() }, show_shipping: function(){ - this.el.className = "shipping" + this.shipping.show() }, show_payment: function(){ - this.el.className = "payment" + this.payment.show() }, })
\ No newline at end of file |
