()
| 14 | } |
| 15 | |
| 16 | function changeSpeed() { |
| 17 | var factor = document.getElementById("speed").value; |
| 18 | delay2 = factor*100; |
| 19 | genArray(); |
| 20 | } |
| 21 | |
| 22 | function change(d, h, c) { |
| 23 | setTimeout(function () { |
nothing calls this directly
no test coverage detected