#105 jquery include removed

master
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';

View File

@ -9,9 +9,6 @@
<script nomodule="" src="../../redirect-on-no-module-support.js"></script>
<script type="module" src="../../redirect-on-lacking-support.js"></script>
<!-- As yet no ES6 -->
<script src="../../jquery.min.js"></script>
<script type="module" src="index.js"></script>
</head>
<body>