eslint rule for declarations

This commit is contained in:
JFH
2021-05-28 17:03:29 +02:00
parent 01b022b1e7
commit 99ee706c18
56 changed files with 488 additions and 486 deletions

View File

@@ -125,7 +125,7 @@ describe('draw.Drawing', function () {
while (svgElem.firstChild) { svgElem.firstChild.remove(); }
};
let sandbox, currentDrawing_, svg, svgN;
let sandbox; let currentDrawing_; let svg; let svgN;
beforeEach(() => {
sandbox = document.createElement('div');
sandbox.id = 'sandbox';