var NewProjectModal = ModalFormView.extend({ el: ".mediaDrawer.newProject", action: "/project/new", load: function(){ this.reset() this.show() }, success: function(){ // } })