Added a comment

This commit is contained in:
David Baumgold
2013-07-02 13:53:04 -04:00
parent fe8587566f
commit eba5928009

View File

@@ -321,6 +321,8 @@ CMS.Views.UploadDialog = Backbone.View.extend({
error: _.bind(this.error, this),
uploadProgress: _.bind(this.progress, this),
data: {
// don't show the generic error notification; we're in a modal,
// and we're better off modifying it instead.
notifyOnError: false
}
});