From c1c057bfe1cd8513a19e1d1504af0d2b91a5bc11 Mon Sep 17 00:00:00 2001 From: "leon.li" Date: Mon, 2 Feb 2015 14:57:45 +0800 Subject: [PATCH] change --- lib/transform.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/transform.js b/lib/transform.js index 4ee11454..c2d171d9 100644 --- a/lib/transform.js +++ b/lib/transform.js @@ -77,8 +77,7 @@ TreeTransformer.prototype = new TreeWalker; }); }; - function do_list(list, tw) - { + function do_list(list, tw){ return MAP(list, function(node , i){ node._position = i; return node.transform(tw, true);