-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi
Actually this is the simple and best performance class definition in javascript. I have analised it and compared with other javascript libs.
Now in my opitionion the best would be to simplyfy parent method access from child. For example: if now it is Child.Super.prototype.setAddress.call(this);
make something like this:
this.parent.setAddress.call(this, 'France', city, street);
I will try to do that.
Metadata
Metadata
Assignees
Labels
No labels