Skip to content

Commit a2dbd0b

Browse files
committed
fix comment
1 parent b826aae commit a2dbd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geometry/Path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Path extends Geometry {
4040
* @example
4141
* line.animateShow({
4242
* duration : 2000,
43-
* easing : linear
43+
* easing : 'linear'
4444
* }, function (frame, currentCoord) {
4545
* //frame is the animation frame
4646
* //currentCoord is current coordinate of animation

0 commit comments

Comments
 (0)