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