Skip to content

Commit 189abeb

Browse files
fix: Turtle.js.pathData is now a property ( Fixes #339 )
1 parent c7c1860 commit 189abeb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Types/Turtle.js/pathData.js renamed to Types/Turtle.js/get_pathData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function pathData() {
1+
function get_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)