#104 lint issue fixed

master
Agriya Dev5 2021-05-24 20:11:41 +05:30
parent 5830fed793
commit 205caea40e
4 changed files with 1 additions and 4 deletions

View File

@ -30,7 +30,7 @@ export default {
const svgEditor = this;
const { svgCanvas } = svgEditor;
const { getElem, $id, mergeDeep } = svgCanvas;
const { $, svgroot } = S,
const { svgroot } = S,
addElem = svgCanvas.addSVGElementFromJson,
selManager = S.selectorManager;
await loadExtensionTranslation(svgEditor);

View File

@ -1,4 +1,3 @@
/* globals $ */
/**
* Path functionality.
* @module path

View File

@ -1,4 +1,3 @@
/* globals $ */
/**
* Recalculate.
* @module recalculate

View File

@ -1,4 +1,3 @@
/* globals $ */
/**
* Numerous tools for working with the editor's "canvas".
* @module svgcanvas