mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Merge pull request #1325 from matrix-org/rob/appdrawer-bind
AppsDrawer: Remove unnecessary bind
This commit is contained in:
commit
bfb6f8f273
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module.exports = React.createClass({
|
|||
});
|
||||
}
|
||||
|
||||
this.dispatcherRef = dis.register(this.onAction.bind(this));
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
},
|
||||
|
||||
componentWillUnmount: function() {
|
||||
|
|
Loading…
Reference in a new issue