You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove excessive dispatch binding
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user