mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9f8d3e7156
commit
a083ffe0fc
@ -396,8 +396,7 @@ object.mixinFlat(function(){}, {
|
||||
.on('focus',
|
||||
function(){
|
||||
e.value = this.pathArray
|
||||
e.update()
|
||||
},
|
||||
e.update() },
|
||||
tag)
|
||||
return make },
|
||||
|
||||
@ -2164,6 +2163,9 @@ var BaseBrowserPrototype = {
|
||||
var list = !(args[0] instanceof Function || args[0] == null) ?
|
||||
args.shift()
|
||||
: false
|
||||
list = list instanceof BaseItem ?
|
||||
[list]
|
||||
: list
|
||||
var [func=null, options={}, path=[], context={}] = args
|
||||
|
||||
// context...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user