Browse Source

fixed dynamicEdges problem

v3_develop
Alex de Mulder 10 years ago
parent
commit
739390cace
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/network/Network.js

+ 1
- 0
lib/network/Network.js View File

@ -1613,6 +1613,7 @@ Network.prototype._reconnectEdges = function() {
for (id in nodes) { for (id in nodes) {
if (nodes.hasOwnProperty(id)) { if (nodes.hasOwnProperty(id)) {
nodes[id].edges = []; nodes[id].edges = [];
nodes[id].dynamicEdges = [];
} }
} }

Loading…
Cancel
Save