Whitespace
// FREEBIE
This commit is contained in:
parent
8dc098093d
commit
6d4bf4e5d1
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
|||
},
|
||||
|
||||
fetchMessages: function() {
|
||||
if(!this.id) { return false; }
|
||||
if (!this.id) { return false; }
|
||||
return this.messageCollection.fetchConversation(this.id);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue