fix #51
This commit is contained in:
parent
0d3fd2ef30
commit
089ac908b7
|
|
@ -65,7 +65,7 @@ TreeTransformer.prototype = new TreeWalker;
|
||||||
x = this;
|
x = this;
|
||||||
descend(x, tw);
|
descend(x, tw);
|
||||||
} else {
|
} else {
|
||||||
tw.stack[tw.stack - 1] = x = this.clone();
|
tw.stack[tw.stack.length - 1] = x = this.clone();
|
||||||
descend(x, tw);
|
descend(x, tw);
|
||||||
y = tw.after(x, in_list);
|
y = tw.after(x, in_list);
|
||||||
if (y !== undefined) x = y;
|
if (y !== undefined) x = y;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user