Remove unused window
option from ConversationView constructor
This commit is contained in:
parent
df7f702dde
commit
4805226825
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue