Fix syntax fail

This commit is contained in:
David Baker 2018-03-12 15:23:22 +00:00
parent e87f8ee7b8
commit ac85938186

View file

@ -82,7 +82,7 @@ module.exports = React.createClass({
} }
}, },
onClientSync(syncState, prevState) { onClientSync: function(syncState, prevState) {
if (this.unmounted) return; if (this.unmounted) return;
// Consider the client reconnected if there is no error with syncing. // Consider the client reconnected if there is no error with syncing.