aboutsummaryrefslogtreecommitdiff
path: root/ext/js/pages/settings/dictionary-controller.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-27 14:11:31 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-27 14:11:31 -0500
commit208c43edbd714041b7f956d288e29172f1c0ce78 (patch)
tree0ba4f267c80c1e3664ad90fd092270482dbcfd40 /ext/js/pages/settings/dictionary-controller.js
parentc8ac0d45bfb94deabd933117ba55d365f43fb1c5 (diff)
Update some common types
Diffstat (limited to 'ext/js/pages/settings/dictionary-controller.js')
-rw-r--r--ext/js/pages/settings/dictionary-controller.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/js/pages/settings/dictionary-controller.js b/ext/js/pages/settings/dictionary-controller.js
index 85f7493f..aa59bb97 100644
--- a/ext/js/pages/settings/dictionary-controller.js
+++ b/ext/js/pages/settings/dictionary-controller.js
@@ -335,12 +335,12 @@ class DictionaryExtraInfo {
export class DictionaryController {
/**
- * @param {SettingsController} settingsController
+ * @param {import('./settings-controller.js').SettingsController} settingsController
* @param {ModalController} modalController
* @param {StatusFooter} statusFooter
*/
constructor(settingsController, modalController, statusFooter) {
- /** @type {SettingsController} */
+ /** @type {import('./settings-controller.js').SettingsController} */
this._settingsController = settingsController;
/** @type {ModalController} */
this._modalController = modalController;
@@ -494,7 +494,7 @@ export class DictionaryController {
}
/**
- * @param {SettingsController} settingsController
+ * @param {import('./settings-controller.js').SettingsController} settingsController
* @param {import('dictionary-importer').Summary[]|undefined} dictionaries
* @param {import('settings').Options|undefined} optionsFull
* @param {boolean} modifyGlobalSettings