FIX: Remove extra setting of `view`

This commit is contained in:
Robin Ward 2014-06-13 16:42:04 -04:00
parent c1f9d76323
commit fb639bc5f9
1 changed files with 0 additions and 1 deletions

View File

@ -257,7 +257,6 @@ export default Discourse.Controller.extend({
this.setProperties({ showEditReason: false, editReason: null });
composerMessages.reset();
this.set('view', this.container.lookup('view:composer'));
// If we want a different draft than the current composer, close it and clear our model.
if (composerModel && opts.draftKey !== composerModel.draftKey &&