From 9481e5a15a4cdc69c47a16ba0c0972503b1ce990 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 27 Dec 2018 06:18:54 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index d013bb1d..e0caa8f9 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -280,6 +280,10 @@ var BaseTagsClassPrototype = { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// XXX do we need iterators??? +// .tags(func) -- might be problematic as functions can be values... +// .values(func) +// .entries(func) -- what's the func signature??? var BaseTagsPrototype = { // NOTE: for notes on structure see notes on the Utils section below...