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