mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
built Tesco's fix for function soaks
This commit is contained in:
@@ -491,8 +491,8 @@
|
||||
});
|
||||
this.first = _b[0];
|
||||
this.meth = _b[1];
|
||||
this.first = ("typeof " + (this.first) + " === \"function\" ? ");
|
||||
this.last = " : null";
|
||||
this.first = ("(typeof " + (this.first) + " === \"function\" ? ");
|
||||
this.last = " : null)";
|
||||
} else if (this.variable) {
|
||||
this.meth = this.variable.compile(o);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user