mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +00:00
updated docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
09a67ee983
commit
c21dc0d4c4
@ -262,7 +262,7 @@ requirejs(['../lib/keyboard', '../object', './browse-dialog'], function(k, o, br
|
|||||||
|
|
||||||
// render a custom sub-tree...
|
// render a custom sub-tree...
|
||||||
'dynamic/*': function(path, make){
|
'dynamic/*': function(path, make){
|
||||||
console.log('option:', path)
|
console.log('listing:', path)
|
||||||
|
|
||||||
return [1,2,3]
|
return [1,2,3]
|
||||||
.map(function(e){
|
.map(function(e){
|
||||||
|
|||||||
@ -1707,6 +1707,9 @@ module.makeList = function(elem, list){
|
|||||||
// for more docs see: Browser.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.
|
// NOTE: currently only trailing '*' are supported.
|
||||||
//
|
//
|
||||||
// XXX add support for '*' and '**' glob patterns...
|
// XXX add support for '*' and '**' glob patterns...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user