minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-12-22 00:48:35 +03:00
parent 5865acdfc6
commit 747c2e995b

View File

@ -1225,7 +1225,7 @@ function(spec, callback){
that = res
return res[cur] }, that)
// XXX revise this...
.call(that, field.text, field)
.call(that, field.text || '[field]', field)
// other...
: that(field) })
// batch callback...