Remove unneeded arguments

They are the defaults now
This commit is contained in:
David Baumgold
2013-07-02 09:43:45 -04:00
parent ee61b15345
commit ca2339f15e

View File

@@ -35,9 +35,7 @@ CMS.Views.ShowTextbook = Backbone.View.extend({
click: function(view) {
view.hide();
var delmsg = new CMS.Views.Notification.Saving({
title: gettext("Deleting…"),
closeIcon: false,
minShown: 1250
title: gettext("Deleting…")
}).show();
textbook.destroy({
complete: function() {