mark VectorBasePlatform as an abstract class

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-05-21 18:07:01 +01:00
parent 706972eff2
commit cb0e3bba38

View File

@ -35,7 +35,7 @@ export const updateCheckStatusEnum = {
/** /**
* Vector-specific extensions to the BasePlatform template * Vector-specific extensions to the BasePlatform template
*/ */
export default class VectorBasePlatform extends BasePlatform { export default abstract class VectorBasePlatform extends BasePlatform {
protected showUpdateCheck: boolean = false; protected showUpdateCheck: boolean = false;
protected _favicon: Favicon; protected _favicon: Favicon;