Skip to content

Commit fe67580

Browse files
committed
fix: Turtle.js.pathData is not a function ( fixes: #339 )
1 parent 5e613b2 commit fe67580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Turtle.js/pathData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function get_pathData() {
1+
function pathData() {
22
let startX = 0;
33
let startY = 0;
44
if (!this.min) { this.min = { x: 0.0, y: 0.0}}

0 commit comments

Comments
 (0)