From 4fc06455e47e24813877b1bf3e4ffdebcf4b57f2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 28 Feb 2020 22:57:15 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 0d835156..926ef35c 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1026,7 +1026,6 @@ browse.items.makeSubContext = function(name, obj){ return this[name] } -// XXX EXPERIMENT... // // .field(title[, options]) // .field(title, value[, options]) @@ -1036,6 +1035,7 @@ browse.items.makeSubContext = function(name, obj){ // later is needed to provide context for field items and a transparent // fallback for make(..) calls from within their context... // +// // XXX Q: should we add an ImageGrid context to make(..)??? // ...something like .app for making it generic-ish for example... // ....a different approach to this would be to create a list editor