mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00: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...
|
||||
: [ renderer.renderItem(item, i, context) ] ) },
|
||||
function(func, i, path, sublist, options){
|
||||
return sublist.render2(context) },
|
||||
return sublist.render2(context, renderer) },
|
||||
options)
|
||||
|
||||
return context.root === this ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user