2015-01-14 00:35:45 +11:00

8 lines
98 B
JavaScript

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