mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
s/did/will/
This commit is contained in:
parent
6fbb7d7da4
commit
42c9766203
@ -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 New Issue
Block a user