minor
This commit is contained in:
@@ -59,7 +59,7 @@ TreeTransformer.prototype = new TreeWalker;
|
||||
node.DEFMETHOD("transform", function(tw, in_list){
|
||||
var x, y;
|
||||
tw.push(this);
|
||||
x = tw.before(this, descend, in_list);
|
||||
if (tw.before) x = tw.before(this, descend, in_list);
|
||||
if (x === undefined) {
|
||||
if (!tw.after) {
|
||||
x = this;
|
||||
|
||||
Reference in New Issue
Block a user