(hold, tag, min, max, unit)
| 4 | } |
| 5 | |
| 6 | function change(hold, tag, min, max, unit) { |
| 7 | $(hold + tag).text(randomInteger(min, max) + unit) |
| 8 | } |
| 9 | var span = document.getElementById('time'); |
| 10 | |
| 11 | window.bubbleIframeMouseMove = (iframe) => { |
no test coverage detected