From d976860a680f887dd3b58616c23a7dec5a71b488 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 23 Dec 2019 06:46:50 +0300 Subject: [PATCH] notes... 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 4ce2c67d..807a85eb 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1039,6 +1039,7 @@ browse.items.makeSubContext = function(name, obj){ // XXX Q: should title/value args be optional??? // ...and should we break the make(..) convention of passing an arg // array for multiple .text blocks, i.e. make([title, value], ...)?? +// XXX parse arguments... browse.items.makeSubContext('field', function(title, value, options){ options = options || {}