()
| 50 | window.addEventListener('load', getCanvas); |
| 51 | |
| 52 | function resizing(){ |
| 53 | canvas.height = window.innerHeight; |
| 54 | canvas.width = window.innerWidth; |
| 55 | } |
| 56 | window.addEventListener('resize', resizing); |
| 57 | |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected