-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Hi! I'm using jsface for the new objects of my project, but I have a lot of "legacy objects", like:
var Robot = function() {
this.getRotation = function() { return 0; }
};
I'm trying to create a child of Robot using jsface, like:
var RobotChild = Class(Robot, function() {
return {
};
});
But, when I do:
var robot = new RobotChild();
I get an empty instance.
Regards
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels