minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-09-14 04:28:35 +03:00
parent 9f8d3e7156
commit a083ffe0fc

View File

@ -396,8 +396,7 @@ object.mixinFlat(function(){}, {
.on('focus', .on('focus',
function(){ function(){
e.value = this.pathArray e.value = this.pathArray
e.update() e.update() },
},
tag) tag)
return make }, return make },
@ -2164,6 +2163,9 @@ var BaseBrowserPrototype = {
var list = !(args[0] instanceof Function || args[0] == null) ? var list = !(args[0] instanceof Function || args[0] == null) ?
args.shift() args.shift()
: false : false
list = list instanceof BaseItem ?
[list]
: list
var [func=null, options={}, path=[], context={}] = args var [func=null, options={}, path=[], context={}] = args
// context... // context...