9 lines
129 B
JavaScript
9 lines
129 B
JavaScript
"use strict";
|
|
|
|
var _this = this;
|
|
var obj = (function () {
|
|
var _obj = {};
|
|
|
|
_obj["x" + _this.foo] = "heh";
|
|
return _obj;
|
|
})(); |