#104 lint issue fixed
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
|||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
const { svgCanvas } = svgEditor;
|
const { svgCanvas } = svgEditor;
|
||||||
const { getElem, $id, mergeDeep } = svgCanvas;
|
const { getElem, $id, mergeDeep } = svgCanvas;
|
||||||
const { $, svgroot } = S,
|
const { svgroot } = S,
|
||||||
addElem = svgCanvas.addSVGElementFromJson,
|
addElem = svgCanvas.addSVGElementFromJson,
|
||||||
selManager = S.selectorManager;
|
selManager = S.selectorManager;
|
||||||
await loadExtensionTranslation(svgEditor);
|
await loadExtensionTranslation(svgEditor);
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
/* globals $ */
|
|
||||||
/**
|
/**
|
||||||
* Path functionality.
|
* Path functionality.
|
||||||
* @module path
|
* @module path
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
/* globals $ */
|
|
||||||
/**
|
/**
|
||||||
* Recalculate.
|
* Recalculate.
|
||||||
* @module recalculate
|
* @module recalculate
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
/* globals $ */
|
|
||||||
/**
|
/**
|
||||||
* Numerous tools for working with the editor's "canvas".
|
* Numerous tools for working with the editor's "canvas".
|
||||||
* @module svgcanvas
|
* @module svgcanvas
|
||||||
|
|||||||
Reference in New Issue
Block a user