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