1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

AppsDrawer: Remove unnecessary bind

This commit is contained in:
Robert Swain
2017-08-21 15:34:13 +02:00
parent c0f0425907
commit 385205471b

View File

@@ -64,7 +64,7 @@ module.exports = React.createClass({
}); });
} }
this.dispatcherRef = dis.register(this.onAction.bind(this)); this.dispatcherRef = dis.register(this.onAction);
}, },
componentWillUnmount: function() { componentWillUnmount: function() {