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