Remove unused window option from ConversationView constructor

This commit is contained in:
Evan Hahn 2021-06-07 12:01:05 -05:00 committed by GitHub
parent df7f702dde
commit 4805226825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -27,7 +27,6 @@
if (id !== this.el.lastChild.id) {
const view = new Whisper.ConversationView({
model: conversation,
window: this.model.window,
});
this.listenTo(conversation, 'unload', () =>
this.onUnload(conversation)