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',
|
.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...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user