mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3a1e5b5784
commit
00d6bc2098
@ -1521,7 +1521,7 @@ var BaseBrowserPrototype = {
|
|||||||
// normal item...
|
// normal item...
|
||||||
: [ renderer.renderItem(item, i, context) ] ) },
|
: [ renderer.renderItem(item, i, context) ] ) },
|
||||||
function(func, i, path, sublist, options){
|
function(func, i, path, sublist, options){
|
||||||
return sublist.render2(context) },
|
return sublist.render2(context, renderer) },
|
||||||
options)
|
options)
|
||||||
|
|
||||||
return context.root === this ?
|
return context.root === this ?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user