From 4a252526266b09b57432717462c9a83c0eaf8b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 19 Nov 2019 12:43:01 +0100 Subject: [PATCH] ElectronPlatform: Rename the SeshatIndexerManager. --- src/vector/platform/ElectronPlatform.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vector/platform/ElectronPlatform.js b/src/vector/platform/ElectronPlatform.js index 3db0e4f7ca..6a0e7a0c78 100644 --- a/src/vector/platform/ElectronPlatform.js +++ b/src/vector/platform/ElectronPlatform.js @@ -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); /*