chore(teagan): Linter fixes
This commit is contained in:
parent
c847ad46c5
commit
b2cc12adf4
2 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
||||||
import { dimensions } from './shared'
|
|
||||||
|
|
||||||
export default function (part) {
|
export default function (part) {
|
||||||
let {
|
let {
|
||||||
utils,
|
utils,
|
||||||
|
|
|
@ -10,7 +10,6 @@ export default function (part) {
|
||||||
complete,
|
complete,
|
||||||
paperless,
|
paperless,
|
||||||
macro,
|
macro,
|
||||||
units,
|
|
||||||
measurements
|
measurements
|
||||||
} = part.shorthand()
|
} = part.shorthand()
|
||||||
|
|
||||||
|
@ -44,9 +43,6 @@ export default function (part) {
|
||||||
.close()
|
.close()
|
||||||
.attr('class', 'fabric')
|
.attr('class', 'fabric')
|
||||||
|
|
||||||
let target = store.get('frontArmholeLength') + store.get('backArmholeLength')
|
|
||||||
let ist = paths.sleevecap.length()
|
|
||||||
|
|
||||||
// Complete pattern?
|
// Complete pattern?
|
||||||
if (complete) {
|
if (complete) {
|
||||||
points.title = points.gridAnchor.clone()
|
points.title = points.gridAnchor.clone()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue