AppsDrawer: Remove unnecessary bind
This commit is contained in:
parent
c0f0425907
commit
385205471b
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() {
|
componentWillUnmount: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue