2014-11-23 16:15:39 +11:00

7 lines
81 B
JavaScript

"use strict";
var _this = this;
var t = function (x) {
return _this.x + x;
};