Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bfb6f8f

Browse files
authored
Merge pull request #1325 from matrix-org/rob/appdrawer-bind
AppsDrawer: Remove unnecessary bind
2 parents c0f0425 + 3852054 commit bfb6f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/AppsDrawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = React.createClass({
6464
});
6565
}
6666

67-
this.dispatcherRef = dis.register(this.onAction.bind(this));
67+
this.dispatcherRef = dis.register(this.onAction);
6868
},
6969

7070
componentWillUnmount: function() {

0 commit comments

Comments
 (0)