2014-10-01 11:02:30 +10:00

7 lines
104 B
JavaScript

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