12 lines
137 B
JavaScript

"use strict";
var obj = (function () {
var _obj = {};
_obj[foobar] = function () {
return "foobar";
};
return _obj;
})();