var CartPayment = View.extend({ el: "#cart_payment", events: { }, initialize: function(){ this.address = new AddressView ({ parent: this }) }, show: function(){ document.body.className = "cart_payment" }, })