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,