(text)
| 14 | |
| 15 | // Connect to the HTML element we 'print' to |
| 16 | function print(text) { |
| 17 | outputElm.innerHTML = text.replace(/\n/g, '<br>'); |
| 18 | } |
| 19 | function error(e) { |
| 20 | console.log(e); |
| 21 | errorElm.style.height = '2em'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…