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.
* @module svg
@@ -8,7 +8,6 @@
import { jsPDF } from 'jspdf/dist/jspdf.es.min.js';
import 'svg2pdf.js/dist/svg2pdf.es.js';
import jQueryPluginSVG from './jQuery.attr.js';
import * as hstry from './history.js';
import {
text2xml, cleanupElement, findDefs, getHref, preventClickDefault,
@@ -36,8 +35,6 @@ const {
ChangeElementCommand, BatchCommand
} = hstry;
const $ = jQueryPluginSVG(jQuery);
let svgContext_ = null;
let $id = null;