summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartBilling.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartBilling.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartBilling.js5
1 files changed, 3 insertions, 2 deletions
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