diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-22 11:51:55 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-22 11:51:55 +0200 |
| commit | 914e335962ac1d3aecec93b4a035cdc134555509 (patch) | |
| tree | 4dad6aaebfc66b80363fab38ff872a2abdf1beb5 /src/client/model | |
| parent | 4a90ee776ae4d34357f87b97001ab863b6c654f4 (diff) | |
remove no longer relevant todo
Diffstat (limited to 'src/client/model')
| -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) { |
