blob: 810bd4b37f1dce3e8111975159e638ca419371fe [file] [log] [blame]
var test = {};
test['Foo'] = function(x, y, z) {
this.fX = x;
this.fY = y;
this.fZ = z;
};
new tes