#105 jquery include removed

This commit is contained in:
Agriya Dev5
2021-06-01 19:15:48 +05:30
parent 70adf0d784
commit af82fe2d5c
2 changed files with 0 additions and 7 deletions

View File

@@ -14,12 +14,8 @@
* @module SVGEditor
*/
import jQuery from 'jquery/dist/jquery.slim.js';
import jQueryPluginSVG from '../svgcanvas/jQuery.attr.js'; // Needed for SVG attribute
import './components/index.js';
import './dialogs/index.js';
// Global Constant
window.$ = jQueryPluginSVG(jQuery);
import './touch.js';
import { isMac } from '../common/browser.js';