diff --git a/src/components/views/rooms/AppsDrawer.js b/src/components/views/rooms/AppsDrawer.js index 7e75db4d23..824a719245 100644 --- a/src/components/views/rooms/AppsDrawer.js +++ b/src/components/views/rooms/AppsDrawer.js @@ -64,7 +64,7 @@ module.exports = React.createClass({ }); } - this.dispatcherRef = dis.register(this.onAction.bind(this)); + this.dispatcherRef = dis.register(this.onAction); }, componentWillUnmount: function() {