Merge pull request #1325 from matrix-org/rob/appdrawer-bind
AppsDrawer: Remove unnecessary bindpull/21833/head
commit
bfb6f8f273
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue