minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-24 15:11:29 +03:00
parent 3a1e5b5784
commit 00d6bc2098

View File

@ -1521,7 +1521,7 @@ var BaseBrowserPrototype = {
// normal item...
: [ renderer.renderItem(item, i, context) ] ) },
function(func, i, path, sublist, options){
return sublist.render2(context) },
return sublist.render2(context, renderer) },
options)
return context.root === this ?