(i, v)
| 1509 | |
| 1510 | if (ctxRegistry.has(id)) { |
| 1511 | var it = function(i, v) { |
| 1512 | running++; |
| 1513 | TM_fire.url.getItems(i, add); |
| 1514 | }; |
| 1515 | ctxRegistry.iterateUrls(id, it); |
| 1516 | } else { |
| 1517 | cb(ret); |
nothing calls this directly
no test coverage detected