2014-10-18 15:42:36 +11:00

6 lines
79 B
JavaScript

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