var HubView = View.extend({ el: "#hub", template: $("#hub .template").html(), events: { }, initialize: function(){ this.$content = this.$(".content") }, show: function(){ document.body.className = "hub" }, populate: function(){ }, })