5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
var _this = this;
|
|
var t = function (x) {
|
|
return _this.x + x;
|
|
};
|