From 53606820a7f11e8a3d536a44d7cc87aa875da581 Mon Sep 17 00:00:00 2001 From: Megan Rogge Date: Tue, 8 Feb 2022 21:02:15 -0600 Subject: [PATCH] Update src/browser/services/DecorationService.ts Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com> --- src/browser/services/DecorationService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/services/DecorationService.ts b/src/browser/services/DecorationService.ts index cfe10045..992cd339 100644 --- a/src/browser/services/DecorationService.ts +++ b/src/browser/services/DecorationService.ts @@ -19,7 +19,7 @@ export interface IDecorationService extends IDisposable { export class DecorationService extends Disposable implements IDecorationService { - private _decorations: Decoration[] = []; + private readonly _decorations: Decoration[] = []; constructor( private readonly _screenElement: HTMLElement,