Merge pull request #2580 from hmhealey/plt2482

PLT-2482 Fixed function binding in FileStore
Этот коммит содержится в:
Corey Hulen
2016-03-30 10:08:34 -07:00
родитель 2aa0d9b8fc 32962299e1
Коммит 6cad40ecf4

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

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