Cull dead code
Most of this no longer needed because of templating and list views.
This commit is contained in:
parent
9082781e09
commit
dc957415c2
4 changed files with 0 additions and 77 deletions
|
@ -43,7 +43,6 @@ var Whisper = Whisper || {};
|
|||
if (!this.messageCollection) {
|
||||
this.messageCollection = new Whisper.MessageCollection([], {threadId: this.id});
|
||||
}
|
||||
this.messageCollection.fetch();
|
||||
return this.messageCollection;
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue