ElectronPlatform: Rename the SeshatIndexerManager.

This commit is contained in:
Damir Jelić 2019-11-19 12:43:01 +01:00
parent b17a403bcd
commit 4a25252626
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ function getUpdateCheckStatus(status) {
} }
} }
class SeshatIndexerManager extends BaseEventIndexManager { class SeshatIndexManager extends BaseEventIndexManager {
constructor() { constructor() {
super(); super();
@ -164,7 +164,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
this._pendingIpcCalls = {}; this._pendingIpcCalls = {};
this._nextIpcCallId = 0; this._nextIpcCallId = 0;
this.eventIndexManager = new SeshatIndexerManager(); this.eventIndexManager = new SeshatIndexManager();
dis.register(_onAction); dis.register(_onAction);
/* /*