commit 1323a02ea936ec0be05168a5e7d07e00d8200d13
parent e35b0c17ca115986a1f15d2fef9325eb52fbef77
Author: Narcis Beleuzu <nbeleuzu@mozilla.com>
Date: Tue, 11 Nov 2025 02:50:17 +0200
Bug 1998787 - Fix a jsdoc tag lines failure that crept
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/toolkit/content/widgets/moz-fieldset/moz-fieldset.mjs b/toolkit/content/widgets/moz-fieldset/moz-fieldset.mjs
@@ -7,6 +7,7 @@ import { MozLitElement } from "../lit-utils.mjs";
/**
* Functions to wrap a string in a heading.
+ *
* @type {Record<number, (label: string) => ReturnType<typeof html>>}
*/
const HEADING_LEVEL_TEMPLATES = {