2014-11-19 21:09:50 +11:00

7 lines
81 B
JavaScript

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