From f9379618ca4e28842455e1c90b1dad176433332e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 1 Sep 2019 02:00:41 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 90679a01..52be4d4a 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -2941,10 +2941,6 @@ var BaseBrowserPrototype = { // do not reconstruct the ones already present... // XXX should from/to/around/count be a feature of this or of .walk(..)??? // XXX might be a good idea to use this.root === this instead of context.root === this - - // XXX WALK2... - // XXX this still has problems.... - // - nested browser rendering not yet working correctly -- rendered flat... render: function(options, renderer, context){ renderer = renderer || this context = renderer.renderContext(context)