diff options
| -rw-r--r-- | scripts/rhizicore.js | 3 |
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) { |
