diff --git a/webapp/stores/file_store.jsx b/webapp/stores/file_store.jsx index 6473e04747..2692e69591 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();