From d816c3eaf48b0aa32abe9f59bd5ac3fb6cc3c3c3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 28 Dec 2018 01:22:59 +0300 Subject: [PATCH] more notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index e0caa8f9..a57d0296 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -595,6 +595,8 @@ var BaseTagsPrototype = { // // XXX REVISE -- is this too complicated??? // XXX this will not build a tree if given a list in b... is this correct??? + // ...i.e. when given a list in b this will still use the system tags + // to assess the topology and not treat the list in isolation... // XXX Q: should .match(a) return all tags that can reach a (current) or // all tags reachable from a??? match: function(a, b, cmp){