From 6847926441e7455b4bae0b4eeecf1f982d1a6b3c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 14 Dec 2019 20:24:25 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 0e8bbee4..ade8d5c3 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1200,11 +1200,8 @@ function(title, options){ // XXX like .makeEditor(..) but local to make(..) (i.e. generic)... -// XXX should this use any fields available to make(..) or just the editor??? -// ...currently seems that making this fully generic would be more -// logical but would require a better name -- .Batch(..) ??? //browse.items.makeEditor = -browse.items.field.Batch = +browse.items.makeBatch = function(spec, callback){ // XXX }