var CartView = View.extend({ el: "#cart", events: { }, initialize: function(){ }, show: function(){ document.body.className = "cart" }, })