mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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,
|
||||
...[ func ?
|
||||
(func.call(that,
|
||||
...(inline ? [null, context.index] : [node, context.index++]),
|
||||
...(inline ?
|
||||
[null, context.index]
|
||||
: [node, context.index++]),
|
||||
p,
|
||||
doNested,
|
||||
stop,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user