From 345ace8714d0ca52ce83e01a8464cebc13492270 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 27 Dec 2018 04:27:57 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index d72e0cd0..d013bb1d 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -589,8 +589,10 @@ var BaseTagsPrototype = { // NOTE: when matching a root/base tag this matches iff b is root/base // this is equivalent to .directMatch(..) // - // XXX REVISE... + // XXX REVISE -- is this too complicated??? // XXX this will not build a tree if given a list in b... is this correct??? + // XXX Q: should .match(a) return all tags that can reach a (current) or + // all tags reachable from a??? match: function(a, b, cmp){ var that = this var PP = this.PATH_SEPARATOR_PATTERN