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