mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
s/did/will/
This commit is contained in:
parent
6fbb7d7da4
commit
42c9766203
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ var KeyCode = {
|
|||
};
|
||||
|
||||
module.exports = {
|
||||
componentDidMount: function() {
|
||||
componentWillMount: function() {
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
this.tabStruct = {
|
||||
completing: false,
|
||||
|
|
Loading…
Reference in a new issue