2014-11-23 16:15:39 +11:00

7 lines
94 B
JavaScript

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