From b41e40c72f4c4b7d08409b7bbf9a440fa6d163fa Mon Sep 17 00:00:00 2001 From: Syncfusion-JavaScript Date: Wed, 6 Sep 2017 09:35:22 +0530 Subject: [PATCH] Fix ej.web.all Compilation issue --- types/ej.web.all/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/ej.web.all/index.d.ts b/types/ej.web.all/index.d.ts index b123bb7f02..f37a44fd19 100644 --- a/types/ej.web.all/index.d.ts +++ b/types/ej.web.all/index.d.ts @@ -7732,7 +7732,7 @@ declare namespace ej { */ enableRTL?: boolean; - /** The CSS class name to display the favicon in the dialog header. In order to display favicon, you need to set showHeader as true since the favicon will be displayed in the dialog + /** The CSS class name to display the favicon in the dialog header. In order to display favicon, you need to set "showHeader" as true since the favicon will be displayed in the dialog * header. */ faviconCSS?: string;