From be7864b7a35f7dfaa825ae0a4c7cbce1c62e0368 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 29 Sep 2014 20:46:06 +0300 Subject: rhizicore:myGraph.addNodeComplete: add name to signature --- scripts/rhizicore.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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) { -- cgit v1.3.1