Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-05-07 17:35:09 +03:00
parent e67f52e2d8
commit 29b4b4930f

View File

@ -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,