Skip to content

Commit

Permalink
Update polyline.class.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Nov 1, 2022
1 parent 5681fce commit 1d18a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/polyline.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d18a15

Please sign in to comment.