From c72101a70b30807cf3f799c7cc9c16b173703899 Mon Sep 17 00:00:00 2001 From: Heinrich Marks <heinrich.marks@mni.thm.de> Date: Sun, 11 Mar 2018 11:54:41 +0100 Subject: [PATCH] Fix according to tslint --- src/app/content.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/content.ts b/src/app/content.ts index 869a3c9e4..f9bbfec42 100644 --- a/src/app/content.ts +++ b/src/app/content.ts @@ -15,6 +15,5 @@ export class Content { body: string; round: number; format: Format; - //formatAttributes: Map<string, string>; + // formatAttributes: Map<string, string>; } - -- GitLab