mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Removing obsolete delete calls.
This commit is contained in:
committed by
Jeremy Ashkenas
parent
52e6399e02
commit
ae70d10996
@@ -460,7 +460,6 @@
|
||||
this.last = part;
|
||||
}
|
||||
}
|
||||
del(o, 'chain_root');
|
||||
if (op && this.wrapped) {
|
||||
return "(" + complete + ")";
|
||||
} else {
|
||||
@@ -550,7 +549,6 @@
|
||||
}).call(this).join(', ');
|
||||
compilation = this.is_super ? this.compile_super(args, o) : ("" + (this.prefix()) + (this.variable.compile(o)) + "(" + args + ")");
|
||||
}
|
||||
del(o, 'chain_root');
|
||||
if (o.operation && this.wrapped) {
|
||||
return "(" + compilation + ")";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user