mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 00:42:08 +02:00
less ambigious name for local dispatcher
This commit is contained in:
parent
f95b26179f
commit
d7924ad1a8
@ -54,8 +54,8 @@ const INITIAL_STATE = {
|
|||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
export class RoomViewStore extends Store {
|
export class RoomViewStore extends Store {
|
||||||
constructor(dis) {
|
constructor(dispatcher) {
|
||||||
super(dis);
|
super(dispatcher);
|
||||||
|
|
||||||
// Initialise state
|
// Initialise state
|
||||||
this._state = Object.assign({}, INITIAL_STATE);
|
this._state = Object.assign({}, INITIAL_STATE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user