chore(core): Linter fix
This commit is contained in:
parent
cc41573b6f
commit
3cbb59e30f
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ Path.prototype.noop = function (id = false) {
|
|||
Path.prototype.offset = function (distance) {
|
||||
distance = __asNumber(distance, 'distance', 'Path.offset', this.log)
|
||||
|
||||
return __pathOffset(this, distance, this.log)
|
||||
return __pathOffset(this, distance)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue