Fix ej.web.all Compilation issue

This commit is contained in:
Syncfusion-JavaScript
2017-09-06 10:05:29 +05:30
parent b41e40c72f
commit 8bcdf93d12

View File

@@ -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;
@@ -7791,7 +7791,7 @@ declare namespace ej {
*/
target?: string;
/** The title text to be displayed in the dialog header. In order to set title, you need to set showHeader as true since the title will be displayed in the dialog header.
/** The title text to be displayed in the dialog header. In order to set title, you need to set "showHeader" as true since the title will be displayed in the dialog header.
*/
title?: string;