🐛 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 || {},
|
||||
macro: this.macroClosure(),
|
||||
units: this.unitsClosure(),
|
||||
utils: this.utils,
|
||||
utils: utils,
|
||||
Point: this.Point,
|
||||
Path: this.Path,
|
||||
Snippet: this.Snippet,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue