2014-10-08 15:36:45 +11:00

5 lines
90 B
JavaScript

var obj = function (obj) {
obj["x" + this.foo] = "heh";
return obj;
}.call(this, {});