Merge pull request #2543 from FrankReh/pullreq/cleanup/remove/property/sub_classes

Remove objj_class.sub_classes property
This commit is contained in:
Martin Carlberg
2017-09-22 13:03:54 +02:00
committed by GitHub
-1
View File
@@ -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;