diff --git a/editor/js/nodes.js b/editor/js/nodes.js index 72053e549..07245222b 100644 --- a/editor/js/nodes.js +++ b/editor/js/nodes.js @@ -863,6 +863,16 @@ RED.nodes = (function() { } } } + // TODO: make this a part of the node definition so it doesn't have to + // be hardcoded here + var nodeTypeArrayReferences = { + "catch":"scope", + "status":"scope", + "link in":"links", + "link out":"links" + } + + // Remap all wires and config node references for (i=0;i