(index, mode = "none")
| 2086 | } |
| 2087 | |
| 2088 | function defaultCheckedForSource(index, mode = "none") { |
| 2089 | if (mode === "all") return true; |
| 2090 | if (mode === "first3") return index < 3; |
| 2091 | return false; |
| 2092 | } |
| 2093 | |
| 2094 | function renderChoiceList(id, items, options = {}) { |
| 2095 | const target = $(id); |
no outgoing calls
no test coverage detected