(e3, t3)
| 5733 | onSpecificOptionChange(e3, t3) { |
| 5734 | return this.onOptionChange(((i3) => { |
| 5735 | i3 === e3 && t3(this.rawOptions[e3]); |
| 5736 | })); |
| 5737 | } |
| 5738 | onMultipleOptionChange(e3, t3) { |
| 5739 | return this.onOptionChange(((i3) => { |
| 5740 | -1 !== e3.indexOf(i3) && t3(); |
| 5741 | })); |
| 5742 | } |
no test coverage detected