mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-28 06:27:02 +00:00
Merge pull request #2543 from FrankReh/pullreq/cleanup/remove/property/sub_classes
Remove objj_class.sub_classes property
This commit is contained in:
@@ -64,7 +64,6 @@ GLOBAL(objj_class) = function(displayName)
|
||||
this.version = 0;
|
||||
|
||||
this.super_class = NULL;
|
||||
this.sub_classes = [];
|
||||
|
||||
this.name = NULL;
|
||||
this.info = 0;
|
||||
|
||||
Reference in New Issue
Block a user