From 51369ab05a323da072dbc5e128c9b3a9dbaeba10 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 11 May 2019 04:44:50 +0300 Subject: [PATCH] minor tweaking and cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 8b6d8c4c..2d9c491f 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -1623,8 +1623,9 @@ var BaseBrowserPrototype = { options || {}) context.options = context.options || options + // do the walk... var elems = this.walk( - function(elem, i, path, nested, stop, children){ + function(elem, i, path, nested){ return ( // inline... elem == null ? @@ -1646,7 +1647,7 @@ var BaseBrowserPrototype = { return [options, renderer, context] }, options, context) - // determine the render mode... + // finalize depending on render mode... return (!options.nonFinalized && context.root === this) ? // root context -> render list and return this... renderer.renderFinalize(elems, context)