mirror of https://github.com/vector-im/riot-web
Fix syntax fail
parent
e87f8ee7b8
commit
ac85938186
|
@ -82,7 +82,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
},
|
||||
|
||||
onClientSync(syncState, prevState) {
|
||||
onClientSync: function(syncState, prevState) {
|
||||
if (this.unmounted) return;
|
||||
|
||||
// Consider the client reconnected if there is no error with syncing.
|
||||
|
|
Loading…
Reference in New Issue