()
| 37 | } |
| 38 | |
| 39 | const thatsItForNow = () => { |
| 40 | clickMeText.innerHTML = `That's it for now!`; |
| 41 | playFart(regularFart, true); |
| 42 | contrib.style.visibility = "visible"; |
| 43 | } |
| 44 | |
| 45 | const eventsTable = [ |
| 46 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…