From cd491d6c0331e714b4c3ab029aad0fcb13c6c82f Mon Sep 17 00:00:00 2001 From: vakrilov Date: Thu, 13 Aug 2015 14:34:23 +0300 Subject: [PATCH] Tslint --- ui/builder/template-builder.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/builder/template-builder.d.ts b/ui/builder/template-builder.d.ts index 651ce885f..39aa94c2f 100644 --- a/ui/builder/template-builder.d.ts +++ b/ui/builder/template-builder.d.ts @@ -8,7 +8,7 @@ declare module "ui/builder/template-builder" { elementName: string; - /** + /* * Returns true if the template builder has finished parsing template and the parsing should continue. * @param args - ParserEvent argument to handle. */