Skip to content

Commit a98a700

Browse files
committed
chore: cleanup
1 parent be70ad6 commit a98a700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shapes/shape.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default abstract class Shape extends Observable {
159159
@colorProperty color: Color;
160160
@lengthProperty strokeWidth: number;
161161
@stringProperty({ converter: parseDashEffect, paintSetterName: 'setPathEffect' }) dash: string;
162-
@numberProperty({ converter: parseType, paintSetterName: 'setStyle', toto: 'test', tata: () => 'test' }) paintStyle: Style;
162+
@numberProperty({ converter: parseType, paintSetterName: 'setStyle' }) paintStyle: Style;
163163
@numberProperty({ converter: parseCap }) strokeCap: Cap;
164164
@numberProperty({ converter: parseJoin }) strokeJoin: Join;
165165
@numberProperty textSize: number;

0 commit comments

Comments
 (0)