Whitespace

// FREEBIE
This commit is contained in:
lilia 2015-09-07 17:22:20 -07:00
parent 8dc098093d
commit 6d4bf4e5d1

View file

@ -151,7 +151,7 @@
},
fetchMessages: function() {
if(!this.id) { return false; }
if (!this.id) { return false; }
return this.messageCollection.fetchConversation(this.id);
},