mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
mark VectorBasePlatform as an abstract class
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
706972eff2
commit
cb0e3bba38
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export const updateCheckStatusEnum = {
|
|||
/**
|
||||
* 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 _favicon: Favicon;
|
||||
|
||||
|
|
Loading…
Reference in a new issue