diff src/suffixLabels.ts @ 28:c751380b70c5

uniqueness problem with NamedNodes in set
author drewp@bigasterisk.com
date Sun, 15 Dec 2019 12:38:11 -0800
parents 7ca4ff2088c3
children 29d8ed02a275
line wrap: on
line diff
--- a/src/suffixLabels.ts	Fri Dec 13 23:53:56 2019 -0800
+++ b/src/suffixLabels.ts	Sun Dec 15 12:38:11 2019 -0800
@@ -62,6 +62,7 @@
 
     }
 
+    // a substring to show for this uri
     getLabelForNode(node: string) {
         return this.displayNodes.get(node)!.label;
     }