var CartBilling = View.extend({ el: "#cart_billing", events: { }, initialize: function(){ this.address = new AddressView ({ parent: this }) }, })