aboutsummaryrefslogtreecommitdiffstats
path: root/chips.js
diff options
context:
space:
mode:
Diffstat (limited to 'chips.js')
-rw-r--r--chips.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/chips.js b/chips.js
index 686dce0..0ba542e 100644
--- a/chips.js
+++ b/chips.js
@@ -74,8 +74,10 @@ function generateChipHTML(NodeDescs, typeoverride = undefined) {
output.append(port, tooltip);
}
+
return root;
}
+
}
function ListAllTypes(Nodes) {