From 10f413a819f2c8f954d0233f8cdd7e00ff09a2d1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 31 Aug 2019 01:14:07 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 14ee1182..fd10872b 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -1892,7 +1892,6 @@ var BaseBrowserPrototype = { }, - // XXX EXPERIMENTAL... // Data views... // // For View object specifics see: BrowserViewMixin @@ -2245,6 +2244,7 @@ var BaseBrowserPrototype = { // This extends the Array .map(..) by adding: // - ability to run without arguments // - support for options + // - the handler will also get item path in addition to its index // // // NOTE: we do not inherit options from this.options here as it @@ -2864,6 +2864,7 @@ var BaseBrowserPrototype = { renderGroup: function(items, context){ return items }, + // Render state... // // .render()