refactor: fix remaining typescript strict flag failures (#30993)
Fixes the remaining TypeScript --strict flag failures for source files which are not part of any specific release package. PR Close #30993
This commit is contained in:

committed by
Miško Hevery

parent
012b535147
commit
a27c5dd740
@ -112,7 +112,7 @@ export class ExpandingRowHost implements AfterViewInit,
|
||||
* function around. This enables us to detach the click listener when
|
||||
* component is destroyed.
|
||||
*/
|
||||
private handleRootMouseUpBound: EventListenerObject = this.handleRootMouseUp.bind(this);
|
||||
private handleRootMouseUpBound = this.handleRootMouseUp.bind(this);
|
||||
|
||||
/**
|
||||
* 16px is the margin animation we have on cfc-expanding-row component.
|
||||
|
Reference in New Issue
Block a user