s/did/will/

pull/1/head
Kegan Dougal 2015-07-16 14:39:15 +01:00
parent 6fbb7d7da4
commit 42c9766203
1 changed files with 1 additions and 1 deletions

View File

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