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