AppsDrawer: Remove unnecessary bind
parent
c0f0425907
commit
385205471b
|
@ -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 New Issue