This commit is contained in:
Brian Talbot
2013-02-19 17:18:09 -05:00
parent 8c423da6db
commit 266e8951a4
8 changed files with 4 additions and 50 deletions

View File

@@ -30,7 +30,7 @@ CMS.Views.ClassInfoUpdateView = Backbone.View.extend({
"click #course-update-view .save-button" : "onSave",
"click #course-update-view .cancel-button" : "onCancel",
"click .post-actions > .edit-button" : "onEdit",
"click .delete-button" : "onDelete"
"click .post-actions > .delete-button" : "onDelete"
},
initialize: function() {