ej.web.all-tests: Fix trailing and irregular whitespace (#19200)

This commit is contained in:
Andy
2017-08-21 10:42:54 -07:00
committed by GitHub
parent f89e38ca85
commit 75799b85ab
3 changed files with 90 additions and 91 deletions

File diff suppressed because one or more lines are too long

View File

@@ -7731,7 +7731,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;

View File

@@ -4,7 +4,6 @@
// All are TODOs
"comment-format": false,
"no-consecutive-blank-lines": false,
"no-irregular-whitespace": false,
"no-mergeable-namespace": false,
"no-padding": false,
"no-unnecessary-qualifier": false,