summaryrefslogtreecommitdiffstats
path: root/web/react/stores
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-12-02 10:33:18 -0500
committerJoramWilander <jwawilander@gmail.com>2015-12-02 10:33:18 -0500
commit5a34218efeda55ce92d2477275021aaf513c516b (patch)
treeb822c3381eaa161f13d15bb071208b7bea1ab21e /web/react/stores
parent14804965b5a13f2ffef3d45c690f51d0d7ce810a (diff)
downloadchat-5a34218efeda55ce92d2477275021aaf513c516b.tar.gz
chat-5a34218efeda55ce92d2477275021aaf513c516b.tar.bz2
chat-5a34218efeda55ce92d2477275021aaf513c516b.zip
Add bind
Diffstat (limited to 'web/react/stores')
-rw-r--r--web/react/stores/channel_store.jsx1
1 files changed, 1 insertions, 0 deletions
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);