From aa23fc23b5a8cf43d115bcf3953806e66dadf1c3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 7 Nov 2015 16:49:17 -0500 Subject: stub in account views.. --- StoneIsland/www/js/lib/cart/CartBilling.js | 5 +++-- StoneIsland/www/js/lib/cart/CartShipping.js | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'StoneIsland/www/js/lib/cart') diff --git a/StoneIsland/www/js/lib/cart/CartBilling.js b/StoneIsland/www/js/lib/cart/CartBilling.js index f3c9cbe2..447fae0f 100644 --- a/StoneIsland/www/js/lib/cart/CartBilling.js +++ b/StoneIsland/www/js/lib/cart/CartBilling.js @@ -1,11 +1,12 @@ var CartBilling = View.extend({ - el: "#billing", + el: "#cart_billing", events: { }, - + initialize: function(){ + this.address = new AddressView () }, }) \ No newline at end of file diff --git a/StoneIsland/www/js/lib/cart/CartShipping.js b/StoneIsland/www/js/lib/cart/CartShipping.js index beaf6bd2..32b25bb9 100644 --- a/StoneIsland/www/js/lib/cart/CartShipping.js +++ b/StoneIsland/www/js/lib/cart/CartShipping.js @@ -1,11 +1,12 @@ var CartShipping = View.extend({ - el: "#shipping", + el: "#cart_shipping", events: { }, - + initialize: function(){ + this.address = new AddressView () }, }) \ No newline at end of file -- cgit v1.2.3-70-g09d2