diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 4117a760..94c03961 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -367,6 +367,9 @@ object.mixinFlat(function(){}, { // Focused item path... // + // NOTE: this can be called as section generators, so they must + // comply the func(make, options) signature... + // // XXX add search/filter field... // XXX add path navigation... DisplayFocusedPath: function(make, options){ @@ -406,6 +409,9 @@ object.mixinFlat(function(){}, { // - focused // - hovered (not yet implemented) // + // NOTE: this can be called as section generators, so they must + // comply the func(make, options) signature... + // // XXX use focused elements and not just item... // XXX add on mouse over... DisplayItemInfo: function(make, options){ @@ -442,7 +448,7 @@ object.mixinFlat(function(){}, { return make }, - // Constructors... + // Instance constructors... // __new__: function(_, dialog, constructor){ var that = function(){