From 852c343ee433a03d4bcac8ae6106235fb9241e0c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 29 May 2019 02:41:17 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 1f2356a4..2371aa5f 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -163,7 +163,9 @@ Items.nest = function(item, list, options){ //--------------------------------------------------------------------- // wrappers... +// this is here for uniformity... Items.Item = function(value, options){ return this(...arguments) } + Items.Separator = function(){ return this('---') } Items.Spinner = function(){ return this('...') } Items.Action = function(value, options){}