()
| 8 | } |
| 9 | |
| 10 | function yellowBtn() { |
| 11 | bodyContainer.classList.contains("minimized") |
| 12 | ? bodyContainer.classList.remove("minimized") |
| 13 | : bodyContainer.classList.add("minimized"); |
| 14 | } |
| 15 | |
| 16 | function redBtn() { |
| 17 | window.close(); |
nothing calls this directly
no outgoing calls
no test coverage detected