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

6 lines
93 B
JavaScript

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