summaryrefslogtreecommitdiff
path: root/src/client/model/graph.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-22 11:51:55 +0200
committerAlon Levy <alon@pobox.com>2014-12-22 11:51:55 +0200
commit914e335962ac1d3aecec93b4a035cdc134555509 (patch)
tree4dad6aaebfc66b80363fab38ff872a2abdf1beb5 /src/client/model/graph.js
parent4a90ee776ae4d34357f87b97001ab863b6c654f4 (diff)
remove no longer relevant todo
Diffstat (limited to 'src/client/model/graph.js')
-rw-r--r--src/client/model/graph.js2
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) {