summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-09-29 20:46:06 +0300
committerAlon Levy <alon@pobox.com>2014-09-29 20:46:06 +0300
commitbe7864b7a35f7dfaa825ae0a4c7cbce1c62e0368 (patch)
treeef03bb69c3cff7310202ca60ca5101ab3a2ceff1 /scripts
parent08f6b8eed1a260a4cc8f25a158f31b99d4835716 (diff)
rhizicore:myGraph.addNodeComplete: add name to signature
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rhizicore.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js
index b4e98da9..e4bedca3 100644
--- a/scripts/rhizicore.js
+++ b/scripts/rhizicore.js
@@ -66,9 +66,8 @@ function myGraph(el) {
}
}
- this.addNodeComplete = function(id, type, state, start, end, status) {
+ this.addNodeComplete = function(id, name, type, state, start, end, status) {
// No history recorded - this is a helper for loading from files / constant graphs
- var name = id;
id = id.toLowerCase();
var node = findNode(id, null);
if (node !== undefined) {