Fixed function binding in FileStore
Этот коммит содержится в:
@@ -13,6 +13,7 @@ class FileStore extends EventEmitter {
|
|||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
|
this.handleEventPayload = this.handleEventPayload.bind(this);
|
||||||
this.dispatchToken = AppDispatcher.register(this.handleEventPayload);
|
this.dispatchToken = AppDispatcher.register(this.handleEventPayload);
|
||||||
|
|
||||||
this.fileInfo = new Map();
|
this.fileInfo = new Map();
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user