cleanup
This commit is contained in:
parent
28cbef5bb6
commit
cc6fe60a7d
|
@ -135,8 +135,7 @@ function handle_data(config, map) {
|
|||
})
|
||||
|
||||
graph = graph.links.filter( function (d) {
|
||||
var ok = d.source !== undefined && d.target !== undefined
|
||||
return ok
|
||||
return d.source !== undefined && d.target !== undefined
|
||||
})
|
||||
|
||||
graph.forEach( function (d) {
|
||||
|
|
Loading…
Reference in a new issue