summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/stores/file_store.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/stores/file_store.jsx b/webapp/stores/file_store.jsx
index 6473e0474..2692e6959 100644
--- a/webapp/stores/file_store.jsx
+++ b/webapp/stores/file_store.jsx
@@ -13,6 +13,7 @@ class FileStore extends EventEmitter {
constructor() {
super();
+ this.handleEventPayload = this.handleEventPayload.bind(this);
this.dispatchToken = AppDispatcher.register(this.handleEventPayload);
this.fileInfo = new Map();