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