6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
"use strict";
|
|
|
|
var _this = this;
|
|
var t = function (x) {
|
|
return _this.x + x;
|
|
}; |