mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor tweaking and cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0d0baf39b4
commit
51369ab05a
@ -1623,8 +1623,9 @@ var BaseBrowserPrototype = {
|
||||
options || {})
|
||||
context.options = context.options || options
|
||||
|
||||
// do the walk...
|
||||
var elems = this.walk(
|
||||
function(elem, i, path, nested, stop, children){
|
||||
function(elem, i, path, nested){
|
||||
return (
|
||||
// inline...
|
||||
elem == null ?
|
||||
@ -1646,7 +1647,7 @@ var BaseBrowserPrototype = {
|
||||
return [options, renderer, context] },
|
||||
options, context)
|
||||
|
||||
// determine the render mode...
|
||||
// finalize depending on render mode...
|
||||
return (!options.nonFinalized && context.root === this) ?
|
||||
// root context -> render list and return this...
|
||||
renderer.renderFinalize(elems, context)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user