Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-03-21 23:22:12 +03:00
parent cc68b6dbd5
commit f01d8195a9

View File

@ -396,7 +396,7 @@ object.mixinFlat(function(){}, {
Item: function(value, options){
return this(...arguments) },
Empty: function(value){},
Empty: function(options){},
Separator: function(){
return this('---') },