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