mirror of https://github.com/vector-im/riot-web
less ambigious name for local dispatcher
parent
f95b26179f
commit
d7924ad1a8
|
@ -54,8 +54,8 @@ const INITIAL_STATE = {
|
|||
* ```
|
||||
*/
|
||||
export class RoomViewStore extends Store {
|
||||
constructor(dis) {
|
||||
super(dis);
|
||||
constructor(dispatcher) {
|
||||
super(dispatcher);
|
||||
|
||||
// Initialise state
|
||||
this._state = Object.assign({}, INITIAL_STATE);
|
||||
|
|
Loading…
Reference in New Issue