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

8 lines
118 B
JavaScript

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