From 1d18a151e03d001583dc671052afc08b5f29e12b Mon Sep 17 00:00:00 2001 From: ShaMan123 Date: Tue, 1 Nov 2022 23:21:23 +0200 Subject: [PATCH] Update polyline.class.ts --- src/shapes/polyline.class.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shapes/polyline.class.ts b/src/shapes/polyline.class.ts index 464df9ea96b..eb2e9e91c95 100644 --- a/src/shapes/polyline.class.ts +++ b/src/shapes/polyline.class.ts @@ -62,7 +62,7 @@ export class Polyline extends FabricObject { */ exactBoundingBox: boolean; - initialized: boolean; + private initialized: boolean; /** * A list of properties that if changed trigger a recalculation of dimensions