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