Skip to content

Commit

Permalink
AG-11385 Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
olegat committed May 13, 2024
1 parent fd470b4 commit 037c39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class ProxyInteractionService {
// To enabled this option, set window.agChartsDebug = ['showDOMProxies'].
private readonly debugShowDOMProxies: boolean = Debug.check('showDOMProxies');

private nodes: ProxyNode[] = [];
private readonly nodes: ProxyNode[] = [];
private readonly destroyFns: (() => void)[];

constructor(
Expand Down

0 comments on commit 037c39c

Please sign in to comment.