Remove excessive dispatch binding
parent
53fa59f5a4
commit
cb15bc968c
|
@ -55,7 +55,6 @@ class RoomListStore extends Store {
|
||||||
super(dis);
|
super(dis);
|
||||||
|
|
||||||
this._init();
|
this._init();
|
||||||
this.__onDispatch = this.__onDispatch.bind(this);
|
|
||||||
this._getManualComparator = this._getManualComparator.bind(this);
|
this._getManualComparator = this._getManualComparator.bind(this);
|
||||||
this._recentsComparator = this._recentsComparator.bind(this);
|
this._recentsComparator = this._recentsComparator.bind(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue