ElectronPlatform: Rename the SeshatIndexerManager.

This commit is contained in:
Damir Jelić
2019-11-19 13:34:00 +01:00
parent b17a403bcd
commit 4a25252626
+2 -2
View File
@@ -67,7 +67,7 @@ function getUpdateCheckStatus(status) {
}
}
class SeshatIndexerManager extends BaseEventIndexManager {
class SeshatIndexManager extends BaseEventIndexManager {
constructor() {
super();
@@ -164,7 +164,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
this._pendingIpcCalls = {};
this._nextIpcCallId = 0;
this.eventIndexManager = new SeshatIndexerManager();
this.eventIndexManager = new SeshatIndexManager();
dis.register(_onAction);
/*