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

7 lines
114 B
JavaScript

"use strict";
var _this = this;
var obj = function(_obj) {
_obj["x" + _this.foo] = "heh";
return _obj;
}({});