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

9 lines
103 B
JavaScript

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