diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 15:16:07 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 15:16:07 -0500 |
commit | ac562ca36417f2d9fdb860d1f8a879fdccde438d (patch) | |
tree | f0d3efffed3651a42abfb05c5e3ea6f6fd6af7ae /ext/js/display/sandbox/pronunciation-generator.js | |
parent | 7aed9a371b0d74c0d75179a08068e8935b76d780 (diff) |
Update types
Diffstat (limited to 'ext/js/display/sandbox/pronunciation-generator.js')
-rw-r--r-- | ext/js/display/sandbox/pronunciation-generator.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/display/sandbox/pronunciation-generator.js b/ext/js/display/sandbox/pronunciation-generator.js index eeedc574..d113485f 100644 --- a/ext/js/display/sandbox/pronunciation-generator.js +++ b/ext/js/display/sandbox/pronunciation-generator.js @@ -18,10 +18,10 @@ export class PronunciationGenerator { /** - * @param {JapaneseUtil} japaneseUtil + * @param {import('../../language/sandbox/japanese-util.js').JapaneseUtil} japaneseUtil */ constructor(japaneseUtil) { - /** @type {JapaneseUtil} */ + /** @type {import('../../language/sandbox/japanese-util.js').JapaneseUtil} */ this._japaneseUtil = japaneseUtil; } |