mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5865acdfc6
commit
747c2e995b
@ -1225,7 +1225,7 @@ function(spec, callback){
|
|||||||
that = res
|
that = res
|
||||||
return res[cur] }, that)
|
return res[cur] }, that)
|
||||||
// XXX revise this...
|
// XXX revise this...
|
||||||
.call(that, field.text, field)
|
.call(that, field.text || '[field]', field)
|
||||||
// other...
|
// other...
|
||||||
: that(field) })
|
: that(field) })
|
||||||
// batch callback...
|
// batch callback...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user