(sel)
| 66 | var content = []; |
| 67 | |
| 68 | function fill(sel) { |
| 69 | if(sel.node()) { |
| 70 | var html = sel.html(); |
| 71 | if(html) content.push(html); |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | if(lines.size()) { |
| 76 | lines.each(function() { fill(d3Select(this)); }); |
no outgoing calls
no test coverage detected
searching dependent graphs…