(module)
| 24 | unload = function(){ shapes = shapes.filter(function(d){ d.start > curTime }) } |
| 25 | |
| 26 | function load(module){ |
| 27 | // console.log('loading') |
| 28 | setTimeout(function(){ module.active = false }, 7000) |
| 29 | } |
| 30 | |
| 31 | d3.timer(function(t){ |
| 32 | curTime = t |
nothing calls this directly
no outgoing calls
no test coverage detected