Skip to content

Commit f6a7052

Browse files
committed
Fix arguments to parse
1 parent 9b5fe6e commit f6a7052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/URDFLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class URDFLoader {
101101

102102
fetch(urdfPath, options.fetchOptions)
103103
.then(res => res.text())
104-
.then(data => this.parse(data, packages, workingPath, onComplete, options));
104+
.then(data => this.parse(data, packages, onComplete, options));
105105

106106
}
107107

0 commit comments

Comments
 (0)