From 35bf4a72e1c59d642247369a301ae57bc6f766d4 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Tue, 14 Aug 2018 17:04:39 -0700 Subject: [PATCH] Add missing _node map_ argument for recursive call. Fixes #10. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 120e55bc..b2bc7e6c 100644 --- a/index.html +++ b/index.html @@ -3504,7 +3504,7 @@

Algorithm

  • Initialize a new dictionary result consisting of a single member @list whose value is initialized to an empty array.
  • Recursively call this algorithm passing the value of element's - @list member for element, active graph, + @list member for element, node map, active graph, active subject, active property, and result for list.
  • If list is null,