1
0
Fork 0

🚨 Removed linter warnings

This commit is contained in:
Joost De Cock 2019-06-01 16:20:56 +02:00
parent 247ee5b74c
commit b094516ae4
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
export default function(part) {
let { Point, points, Path, paths, measurements, options } = part.shorthand();
let { Point, points, Path, paths, measurements } = part.shorthand();
points.right = new Point(measurements.headCircumference / 10, 0);
points.bottom = new Point(0, measurements.headCircumference / 12);

View file

@ -1,5 +1,5 @@
export default function(part) {
let { Point, points, Path, paths, measurements, options } = part.shorthand();
let { Point, points, Path, paths } = part.shorthand();
points.edgeLeft = new Point(points.topLeft.x, points.left.y);
points.edgeRight = new Point(points.topRight.x, points.right.y);