From 00d6bc209879a3a6dd274332ed5a8275556c6180 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 24 Apr 2019 15:11:29 +0300 Subject: [PATCH] minor bugfix... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index b6793e42..fc225459 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -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 ?