#104 lint issue fixed
parent
5830fed793
commit
205caea40e
|
@ -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);
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* globals $ */
|
||||
/**
|
||||
* Path functionality.
|
||||
* @module path
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* globals $ */
|
||||
/**
|
||||
* Recalculate.
|
||||
* @module recalculate
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* globals $ */
|
||||
/**
|
||||
* Numerous tools for working with the editor's "canvas".
|
||||
* @module svgcanvas
|
||||
|
|
Loading…
Reference in New Issue