updated docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-08-31 20:57:05 +03:00
parent 09a67ee983
commit c21dc0d4c4
2 changed files with 4 additions and 1 deletions

View File

@ -262,7 +262,7 @@ requirejs(['../lib/keyboard', '../object', './browse-dialog'], function(k, o, br
// render a custom sub-tree...
'dynamic/*': function(path, make){
console.log('option:', path)
console.log('listing:', path)
return [1,2,3]
.map(function(e){

View File

@ -1707,6 +1707,9 @@ module.makeList = function(elem, list){
// for more docs see: Browser.list(..)
//
//
// NOTE: listers take precedence over explicit path definitions, thus
// if a custom lister pattern intersects with a normal path the path
// will be ignored and the lister called.
// NOTE: currently only trailing '*' are supported.
//
// XXX add support for '*' and '**' glob patterns...