2015-01-21 23:04:31 +11:00

8 lines
98 B
JavaScript

"use strict";
foo = (function () {
var _foo = {};
_foo[bar] = "foobar";
return _foo;
})();