fix: change SCThingMeta getInstance() return value

This commit is contained in:
Rainer Killinger
2019-03-25 11:26:07 +01:00
parent 3242411768
commit 4986042428
2 changed files with 5 additions and 8 deletions

View File

@@ -64,11 +64,6 @@ export interface SCDiff extends SCDiffWithoutReferences {
* Meta information about a diff
*/
export class SCDiffMeta extends SCThingMeta implements SCMetaTranslations<SCDiff> {
/**
* Set type definiton for singleton instance
*/
protected static _instance: SCThingMeta;
/**
* Translations of fields
*/