Added readonly doc

This commit is contained in:
Benjamin Claassen 2025-01-17 00:55:31 +01:00
parent 2edeb893a4
commit 46f0434852
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

View File

@ -39,6 +39,7 @@ class SudokuPuzzle extends EventTarget {
/** /**
* *
* @returns {SudokuState} * @returns {SudokuState}
* @readonly
*/ */
get grid() { get grid() {
const gridValue = [...this.#activeState] const gridValue = [...this.#activeState]