This commit is contained in:
leon.li 2015-02-02 14:57:45 +08:00
parent c7cca91770
commit c1c057bfe1

View File

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