AppsDrawer: Remove unnecessary bind
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user