var CartConfirm = View.extend({ el: "#cart_confirm", events: { }, initialize: function(){ }, show: function(){ app.cart.el.className = "confirm" app.footer.show("PLACE ORDER", "CANCEL") }, save: function(){ }, cancel: function(){ }, })