mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
s/did/will/
This commit is contained in:
parent
6fbb7d7da4
commit
42c9766203
@ -26,7 +26,7 @@ var KeyCode = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
componentDidMount: function() {
|
componentWillMount: function() {
|
||||||
this.dispatcherRef = dis.register(this.onAction);
|
this.dispatcherRef = dis.register(this.onAction);
|
||||||
this.tabStruct = {
|
this.tabStruct = {
|
||||||
completing: false,
|
completing: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user