2014-10-13 03:30:14 +11:00

4 lines
58 B
JavaScript

var t = function (x) {
return this.x + x;
}.bind(this);