Skip to content

Commit

Permalink
#78 js-hotkeys/jquery.hotkeys.min.js file removed from svgedit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AgriyaDev5 committed Mar 3, 2021
1 parent fc39dcf commit bac4d9b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 68 deletions.
45 changes: 0 additions & 45 deletions src/editor/js-hotkeys/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions src/editor/js-hotkeys/jquery.hotkeys.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/editor/svgedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {isChrome, isMac, isTouch} from '../common/browser.js';
import {convertUnit, isValidUnit} from '../common/units.js';

import SvgCanvas from '../svgcanvas/svgcanvas.js';
import jQueryPluginJSHotkeys from './js-hotkeys/jquery.hotkeys.min.js';
import ConfigObj from './ConfigObj.js';

import {
Expand All @@ -34,7 +33,6 @@ import EditorStartup from './EditorStartup.js';
const {$id, $qa, isNullish, encode64, decode64, blankPageObjectURL} = SvgCanvas;

// JFH hotkey is used for text input.
const $ = [jQueryPluginJSHotkeys].reduce((jq, func) => func(jq), jQuery);
const homePage = 'https://github.com/SVG-Edit/svgedit';
/**
*
Expand Down

0 comments on commit bac4d9b

Please sign in to comment.