diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/model/graph.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/model/graph.js b/src/client/model/graph.js index f628a5f6..a1647012 100644 --- a/src/client/model/graph.js +++ b/src/client/model/graph.js @@ -433,7 +433,7 @@ function Graph() { console.log('editNameByName: error: cannot find node with name ' + old_name); return; } - return this.editName(node.id, new_name); // TODO: introduce Node class (yes Amir, I'm now down with that). + return this.editName(node.id, new_name); } this.editName = function(id, new_name) { |
