diff options
Diffstat (limited to 'ext/js/display/display-content-manager.js')
| -rw-r--r-- | ext/js/display/display-content-manager.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/display/display-content-manager.js b/ext/js/display/display-content-manager.js index fa8ad0fa..c78ef7e8 100644 --- a/ext/js/display/display-content-manager.js +++ b/ext/js/display/display-content-manager.js @@ -26,10 +26,10 @@ import {yomitan} from '../yomitan.js';  export class DisplayContentManager {      /**       * Creates a new instance of the class. -     * @param {Display} display The display instance that owns this object. +     * @param {import('./display.js').Display} display The display instance that owns this object.       */      constructor(display) { -        /** @type {Display} */ +        /** @type {import('./display.js').Display} */          this._display = display;          /** @type {import('core').TokenObject} */          this._token = {};  |