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...