less ambigious name for local dispatcher

pull/21833/head
Bruno Windels 2018-11-07 16:30:29 +01:00
parent f95b26179f
commit d7924ad1a8
1 changed files with 2 additions and 2 deletions

View File

@ -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);