remove obsolete this._roomViewStoreToken.remove();

pull/21833/head
Matthew Hodgson 2017-09-08 20:14:27 +02:00 committed by GitHub
parent 663dc3e513
commit 0e8bd856bc
1 changed files with 0 additions and 1 deletions

View File

@ -349,7 +349,6 @@ module.exports = React.createClass({
UDEHandler.stopListening();
window.removeEventListener("focus", this.onFocus);
window.removeEventListener('resize', this.handleResize);
this._roomViewStoreToken.remove();
},
componentDidUpdate: function() {