Fixed function binding in FileStore

Этот коммит содержится в:
Harrison Healey
2016-03-30 11:56:52 -04:00
родитель 52074b70a4
Коммит 32962299e1

Просмотреть файл

@@ -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();