From 48be4f94e43b60e0344bd1dff7d24a3bc6071178 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 3 Mar 2020 23:38:12 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index ea0a8d01..21fc77f2 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1076,6 +1076,7 @@ browse.items.makeSubContext('field', // XXX these will not work as-is as they need to attach the resulting // dialog to a container (see: makeUIDialog(..))... // ...as-is these simply create a DOM object and return it... +// is this feasible??? browse.showList = function(list, options){ return browse.makeList(null, list, options) } browse.showEditableList = function(list, options){