diff options
author | jbukl <noreply@github.com> | 2023-11-09 10:19:28 -0500 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-11-09 10:29:55 -0500 |
commit | 41cff833abdfc4f8ca9b8d426c1b382891fcf934 (patch) | |
tree | 839f379feabe210433278974a975297cec46a97e /ext/js/pages/settings/dictionary-controller.js | |
parent | c25e4c959e226174ff286ab7523eabcc55496bbb (diff) |
Fix hb import for media provider
Diffstat (limited to 'ext/js/pages/settings/dictionary-controller.js')
-rw-r--r-- | ext/js/pages/settings/dictionary-controller.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/js/pages/settings/dictionary-controller.js b/ext/js/pages/settings/dictionary-controller.js index a9403e39..05f4f396 100644 --- a/ext/js/pages/settings/dictionary-controller.js +++ b/ext/js/pages/settings/dictionary-controller.js @@ -20,10 +20,6 @@ import {EventListenerCollection, log} from '../../core.js'; import {DictionaryWorker} from '../../language/dictionary-worker.js'; import {yomichan} from '../../yomichan.js'; -/* global - * DictionaryWorker - */ - class DictionaryEntry { constructor(dictionaryController, fragment, index, dictionaryInfo) { this._dictionaryController = dictionaryController; |