From 0c41adf6d575100897dd30cdfc0712d123daadd5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 26 Mar 2019 13:13:39 +0300 Subject: [PATCH] more notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 07a90470..f801dbf6 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -665,6 +665,9 @@ var BaseBrowserPrototype = { // the .options attribute... // // XXX should this use .map(..) internally??? + // ...there are two ways to go: + // - local recursion (as-is now or via .map(.., { .. })) + // - outer recursion (.map(..)) render: function(options){ var that = this // XXX Q: should options and context be distinguished only via