Fix syntax fail
This commit is contained in:
parent
e87f8ee7b8
commit
ac85938186
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue