commit b227db4f4eca5b39f6e1321be0255cdc1cef20a3
parent e845f1a947a1b2cbfba7f49cb049cb301f1279db
Author: Pavel Kireev <hedgefog.98@gmail.com>
Date: Thu, 6 Nov 2025 16:19:58 +0000
Bug 1998237 - Remove `@private` from #register function in moz-support-link r=tgiles
Differential Revision: https://phabricator.services.mozilla.com/D271424
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/toolkit/content/widgets/moz-support-link/moz-support-link.mjs b/toolkit/content/widgets/moz-support-link/moz-support-link.mjs
@@ -24,7 +24,6 @@ export default class MozSupportLink extends HTMLAnchorElement {
* Handles setting up the SUPPORT_URL preference getter.
* Without this, the tests for this component may not behave
* as expected.
- * @private
* @memberof MozSupportLink
*/
#register() {