1
0
Fork 0

🐛 Fixed faulty reference to utils in Part.shorthand()

This commit is contained in:
Joost De Cock 2018-08-14 16:16:46 +02:00
parent 7cae93350e
commit 0db21000f0

View file

@ -161,7 +161,7 @@ Part.prototype.shorthand = function() {
snippets: this.snippets || {},
macro: this.macroClosure(),
units: this.unitsClosure(),
utils: this.utils,
utils: utils,
Point: this.Point,
Path: this.Path,
Snippet: this.Snippet,