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

Commit 3852054

Browse files
committed
AppsDrawer: Remove unnecessary bind
1 parent c0f0425 commit 3852054

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)