Introspect/Class.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:45:39 +0000 (16:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:45:39 +0000 (16:45 +0800)
Introspect/Class.js

index 8ded94a..c863a88 100644 (file)
@@ -56,7 +56,9 @@ Class = XObject.define(
                 this.extendsClasses.push(p);
             },this);
             
                 this.extendsClasses.push(p);
             },this);
             
-            
+            if (this.parent) {
+                this.parent.addChildClass(this.alias);
+            }
             
             
         },
             
             
         },