(e4, i4)
| 5742 | } |
| 5743 | _setupOptions() { |
| 5744 | const e3 = (e4) => { |
| 5745 | if (!(e4 in t2.DEFAULT_OPTIONS)) throw new Error(`No option with key "${e4}"`); |
| 5746 | return this.rawOptions[e4]; |
| 5747 | }, i3 = (e4, i4) => { |
| 5748 | if (!(e4 in t2.DEFAULT_OPTIONS)) throw new Error(`No option with key "${e4}"`); |
| 5749 | i4 = this._sanitizeAndValidateOption(e4, i4), this.rawOptions[e4] !== i4 && (this.rawOptions[e4] = i4, this._onOptionChange.fire(e4)); |
| 5750 | }; |
nothing calls this directly
no test coverage detected