var CartThanks = View.extend({ el: "#cart_thanks", events: { }, initialize: function(){ }, show: function(){ document.body.className = "cart" app.cart.el.className = "thanks" app.footer.show("< BACK TO COLLECTION") app.footer.hide() }, ok: function(){ app.router.go("store") }, })