From 86b1793572e3e5ff5664feecb5c80f8db633e3a6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 15 Feb 2019 17:39:44 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 5d52e8ec..d74e6110 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -247,6 +247,11 @@ var BaseBrowserPrototype = { // to do this we need a simple way to access an item... // .....might be a good idea to simply load the .items[key] and // assign/update it with the new values... + // XXX make .items a "dict"... (???) + // - Item.group(..) would need to be reworked... + // - nesting/ordering would need to be rethought... + // ...is it worth it??? + // can item access via index be done via a separate index??? make: function(options){ var items = this.items = []