diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 40f93550..f4eab103 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -1000,7 +1000,9 @@ var BaseBrowserPrototype = { state.splice(state.length, 0, ...[ func ? (func.call(that, - ...(inline ? [null, context.index] : [node, context.index++]), + ...(inline ? + [null, context.index] + : [node, context.index++]), p, doNested, stop,