From 78e7df47b3fe8a14124ebd3e279bc76b98dc902f Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Thu, 24 Aug 2017 14:47:47 -0400 Subject: [PATCH] Adjust ExtraMetadata type --- src/lib/src/shared/flo.common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/src/shared/flo.common.ts b/src/lib/src/shared/flo.common.ts index 19b1da1..5a1a428 100644 --- a/src/lib/src/shared/flo.common.ts +++ b/src/lib/src/shared/flo.common.ts @@ -27,7 +27,7 @@ export namespace Flo { readonly noPaletteEntry? : boolean; readonly [propName : string] : any; - readonly allowAdditionalProperties : boolean; //TODO: Verify it is still needed + readonly allowAdditionalProperties? : boolean; //TODO: Verify it is still needed } export interface ElementMetadata {