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 $ */
/**
* Path functionality.
* @module path
@@ -23,8 +23,6 @@ import {
isWebkit
} from '../common/browser.js';
const $ = jQuery;
let pathActionsContext_ = null;
let editorContext_ = null;
let path = null;