mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e67f52e2d8
commit
29b4b4930f
@ -1000,7 +1000,9 @@ var BaseBrowserPrototype = {
|
|||||||
state.splice(state.length, 0,
|
state.splice(state.length, 0,
|
||||||
...[ func ?
|
...[ func ?
|
||||||
(func.call(that,
|
(func.call(that,
|
||||||
...(inline ? [null, context.index] : [node, context.index++]),
|
...(inline ?
|
||||||
|
[null, context.index]
|
||||||
|
: [node, context.index++]),
|
||||||
p,
|
p,
|
||||||
doNested,
|
doNested,
|
||||||
stop,
|
stop,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user