diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-17 21:32:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-17 21:36:07 -0400 |
| commit | 04e0bbd20259cef3b72a0f487b6f2be21e8a4070 (patch) | |
| tree | 2cbee459d9e72181fbf4c22ed0b5968acdbe7513 /StoneIsland/www/js/lib/cart/CartView.js | |
| parent | 5d68db92b37545fb03332a46b01d0f1aad8ce64b (diff) | |
split gallery into own view
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartView.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartView.js b/StoneIsland/www/js/lib/cart/CartView.js index f958f716..5d741492 100644 --- a/StoneIsland/www/js/lib/cart/CartView.js +++ b/StoneIsland/www/js/lib/cart/CartView.js @@ -6,6 +6,9 @@ var CartView = View.extend({ }, initialize: function(){ + this.summary = new CartSummary () + this.billing = new CartBilling () + this.shipping = new CartShipping () }, show: function(){ |
