()
| 466 | // avoid confusing listener by adhoc execution |
| 467 | if (run) { |
| 468 | var exec = function() { |
| 469 | if (order.length) { |
| 470 | var l = order[0]; |
| 471 | order = order.slice(1); |
| 472 | l(); |
| 473 | } |
| 474 | } |
| 475 | window.setTimeout(exec, 1); |
| 476 | reallyRegister = false; // will be done by run function |
| 477 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…