Sooner or later I'll get used to this.

This commit is contained in:
David Baker 2015-07-19 16:43:45 +01:00
parent e1f3c80f19
commit e8b944c0e1
2 changed files with 6 additions and 6 deletions

View file

@ -243,7 +243,7 @@ module.exports = {
}
},
getWhoIsTypingString() {
getWhoIsTypingString: function() {
return WhoIsTyping.whoIsTypingString(this.state.room);
},