eslint/browser list/accessibility test

This commit is contained in:
JFH
2020-07-26 20:11:18 +02:00
parent 630a76c1b6
commit 89e20d49e6
114 changed files with 105155 additions and 93732 deletions

View File

@@ -897,7 +897,7 @@ export class Path {
this.elem = elem;
this.segs = [];
this.selected_pts = [];
path = this; // eslint-disable-line consistent-this
path = this;
this.init();
}
@@ -2152,7 +2152,7 @@ export const pathActions = (function () {
} else {
path.selected_pts = [];
path.eachSeg(function (i) {
const seg = this; // eslint-disable-line consistent-this
const seg = this;
if (!seg.next && !seg.prev) { return; }
// const {item} = seg;