From 5a34218efeda55ce92d2477275021aaf513c516b Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 2 Dec 2015 10:33:18 -0500 Subject: Add bind --- web/react/stores/channel_store.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web') diff --git a/web/react/stores/channel_store.jsx b/web/react/stores/channel_store.jsx index 62e37f390..5dec86951 100644 --- a/web/react/stores/channel_store.jsx +++ b/web/react/stores/channel_store.jsx @@ -38,6 +38,7 @@ class ChannelStoreClass extends EventEmitter { this.getByName = this.getByName.bind(this); this.pSetPostMode = this.pSetPostMode.bind(this); this.getPostMode = this.getPostMode.bind(this); + this.setUnreadCount = this.setUnreadCount.bind(this); this.setUnreadCounts = this.setUnreadCounts.bind(this); this.getUnreadCount = this.getUnreadCount.bind(this); this.getUnreadCounts = this.getUnreadCounts.bind(this); -- cgit v1.2.3-1-g7c22