class Perkins
.Views.Dashboard extends Backbone.View
el: "#main-content" initialize: -> template: -> JST["dashboard"]() render: ()-> $(@el).html(@template()) close: ()-> $(@el).html("") console.log "CLOSED VIEW CALLED" @.stopListening() @.undelegateEvents() @.unbind()