(buttons)
| 216 | box.classList.remove('button-' + event.which); |
| 217 | }, true); |
| 218 | function updateButtons(buttons) { |
| 219 | for (let i = 0; i < 5; i++) { |
| 220 | box.classList.toggle('button-' + i, buttons & (1 << i)); |
| 221 | } |
| 222 | } |
| 223 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…