🐛 Fixed faulty reference to utils in Part.shorthand()
This commit is contained in:
parent
7cae93350e
commit
0db21000f0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ Part.prototype.shorthand = function() {
|
||||||
snippets: this.snippets || {},
|
snippets: this.snippets || {},
|
||||||
macro: this.macroClosure(),
|
macro: this.macroClosure(),
|
||||||
units: this.unitsClosure(),
|
units: this.unitsClosure(),
|
||||||
utils: this.utils,
|
utils: utils,
|
||||||
Point: this.Point,
|
Point: this.Point,
|
||||||
Path: this.Path,
|
Path: this.Path,
|
||||||
Snippet: this.Snippet,
|
Snippet: this.Snippet,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue