2014-11-19 21:09:50 +11:00

7 lines
94 B
JavaScript

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