diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/model/graph.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/model/graph.js b/scripts/model/graph.js index e5ddab42..4bfcc9d5 100644 --- a/scripts/model/graph.js +++ b/scripts/model/graph.js @@ -327,7 +327,7 @@ function Graph(el) { links[i].target = index2; } } - graph.removeNode(index.id,null); + this.removeNode(index.id,null); } } else { index.name = new_name; |
