Mark internal classes as private in JavaScript modules

This commit is contained in:
2026-04-17 06:11:17 +08:00
parent bfa42000d8
commit 381298adb1
6 changed files with 14 additions and 0 deletions
@@ -30,6 +30,7 @@ document.addEventListener("DOMContentLoaded", () => {
/**
* The period chooser.
*
* @private
*/
class PeriodChooser {