Stray comma
parent
a2eb0a9cf0
commit
32ebd8083b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue