Skip to content

Commit e605b54

Browse files
committed
splineProperties typo fix
1 parent 46fa208 commit e605b54

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/shape/custom_shapes.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -832,11 +832,7 @@ class Shape {
832832
splineProperty(key, value) {
833833
this._splineProperties[key] = value;
834834
}
835-
836-
/**
837-
* @method splineProperties
838-
* @param {Number} value
839-
*/
835+
840836
splineProperties(values) {
841837
if (values) {
842838
for (const key in values) {

0 commit comments

Comments
 (0)