diff options
Diffstat (limited to 'ext/js/display')
| -rw-r--r-- | ext/js/display/display-generator.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/display/display-generator.js b/ext/js/display/display-generator.js index 7bedfa12..ccdd49cf 100644 --- a/ext/js/display/display-generator.js +++ b/ext/js/display/display-generator.js @@ -845,7 +845,7 @@ export class DisplayGenerator {      }      /** -     * @template TItem +     * @template [TItem=unknown]       * @template [TExtraArg=void]       * @param {HTMLElement} container       * @param {(item: TItem, arg: TExtraArg) => ?Node} createItem |