more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-12-28 01:22:59 +03:00
parent 9481e5a15a
commit d816c3eaf4

View File

@ -595,6 +595,8 @@ var BaseTagsPrototype = {
// //
// XXX REVISE -- is this too complicated??? // XXX REVISE -- is this too complicated???
// XXX this will not build a tree if given a list in b... is this correct??? // 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 // XXX Q: should .match(a) return all tags that can reach a (current) or
// all tags reachable from a??? // all tags reachable from a???
match: function(a, b, cmp){ match: function(a, b, cmp){