change
This commit is contained in:
parent
c7cca91770
commit
c1c057bfe1
|
|
@ -77,8 +77,7 @@ TreeTransformer.prototype = new TreeWalker;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
function do_list(list, tw)
|
function do_list(list, tw){
|
||||||
{
|
|
||||||
return MAP(list, function(node , i){
|
return MAP(list, function(node , i){
|
||||||
node._position = i;
|
node._position = i;
|
||||||
return node.transform(tw, true);
|
return node.transform(tw, true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user