From cb15bc968ccffcc3316869824fa9e80f8a17961d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 15 Feb 2019 23:41:48 -0700 Subject: [PATCH] Remove excessive dispatch binding --- src/stores/RoomListStore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/RoomListStore.js b/src/stores/RoomListStore.js index b998476cc5..deac557fbe 100644 --- a/src/stores/RoomListStore.js +++ b/src/stores/RoomListStore.js @@ -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); }