var ProfileView = View.extend({ el: "#profile", events: { }, initialize: function(){ this.$form = this.$("form") this.$msg = this.$(".msg") }, show: function(){ app.footer.show("SAVE", "CANCEL") document.body.className = "profile" }, save: function(){ }, })