This commit is contained in:
Mihai Bazon
2012-11-18 17:37:45 +02:00
parent 0d3fd2ef30
commit 089ac908b7

View File

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