2014-11-03 17:52:15 +11:00

7 lines
117 B
JavaScript

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