1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Stray comma

This commit is contained in:
David Baker
2016-10-26 15:32:09 +01:00
committed by GitHub
parent a2eb0a9cf0
commit 32ebd8083b

View File

@ -580,7 +580,7 @@ module.exports = React.createClass({
// member in the room. // member in the room.
_updateRoomMembers: new rate_limited_func(function() { _updateRoomMembers: new rate_limited_func(function() {
// a member state changed in this room // a member state changed in this room
// refresh, the conf call notification state // refresh the conf call notification state
this._updateConfCallNotification(); this._updateConfCallNotification();
// refresh the tab complete list // refresh the tab complete list