diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-29 20:46:06 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-29 20:46:06 +0300 |
| commit | be7864b7a35f7dfaa825ae0a4c7cbce1c62e0368 (patch) | |
| tree | ef03bb69c3cff7310202ca60ca5101ab3a2ceff1 /scripts/rhizicore.js | |
| parent | 08f6b8eed1a260a4cc8f25a158f31b99d4835716 (diff) | |
rhizicore:myGraph.addNodeComplete: add name to signature
Diffstat (limited to 'scripts/rhizicore.js')
| -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) { |
