Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-05-29 02:41:17 +03:00
parent cbb792431f
commit 852c343ee4

View File

@ -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){}