Fixed the parameter type for the JavaScript AccountSelector class.

This commit is contained in:
依瑪貓 2023-03-10 12:03:06 +08:00
parent a2c2452ec5
commit b45986ecfc

View File

@ -48,7 +48,7 @@ class AccountSelector {
/** /**
* Constructs an account selector. * Constructs an account selector.
* *
* @param modal {HTMLFormElement} the account selector modal * @param modal {HTMLDivElement} the account selector modal
*/ */
constructor(modal) { constructor(modal) {
this.#entryType = modal.dataset.entryType; this.#entryType = modal.dataset.entryType;