built Tesco's fix for function soaks

This commit is contained in:
Richard Frankel
2010-08-25 18:59:21 -04:00
parent bcecbd051b
commit dc6a83c030

View File

@@ -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);
}