Remove excessive dispatch binding

This commit is contained in:
Travis Ralston 2019-02-15 23:41:48 -07:00
parent 53fa59f5a4
commit cb15bc968c

View file

@ -55,7 +55,6 @@ class RoomListStore extends Store {
super(dis);
this._init();
this.__onDispatch = this.__onDispatch.bind(this);
this._getManualComparator = this._getManualComparator.bind(this);
this._recentsComparator = this._recentsComparator.bind(this);
}