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()