remove local jquery file and update to latest npm version

This commit is contained in:
JFH
2021-05-23 16:46:01 +02:00
parent 26fc8eeb49
commit 812bc2371c
12 changed files with 28 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
/* globals jQuery */
/* globals $ */
/**
* Tools for SVG selected element operation.
* @module selected-elem
@@ -6,7 +6,7 @@
*
* @copyright 2010 Alexis Deveria, 2010 Jeff Schiller
*/
import jQueryPluginSVG from './jQuery.attr.js'; // Needed for SVG attribute
import { NS } from '../common/namespaces.js';
import * as hstry from './history.js';
import * as pathModule from './path.js';
@@ -31,7 +31,6 @@ import { getParents } from '../editor/components/jgraduate/Util.js';
const {
MoveElementCommand, BatchCommand, InsertElementCommand, RemoveElementCommand, ChangeElementCommand
} = hstry;
const $ = jQueryPluginSVG(jQuery);
let elementContext_ = null;