2014-10-18 15:42:36 +11:00

6 lines
87 B
JavaScript

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