s/did/will/

This commit is contained in:
Kegan Dougal 2015-07-16 14:39:15 +01:00
parent 6fbb7d7da4
commit 42c9766203

View File

@ -26,7 +26,7 @@ var KeyCode = {
};
module.exports = {
componentDidMount: function() {
componentWillMount: function() {
this.dispatcherRef = dis.register(this.onAction);
this.tabStruct = {
completing: false,