2014-11-23 16:15:39 +11:00

8 lines
118 B
JavaScript

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