X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Introspect%2FClass.js;h=90348ec83673e09c834c4bf015d45d4e2a72f436;hb=fdbec50998c4013998dc1d5f41e8575294ab850c;hp=8ded94a5d53dc4cb3d7bef630731e01f95596959;hpb=e1e8946a5baf255db88b5490c3804d09308ff4d9;p=gnome.introspection-doc-generator diff --git a/Introspect/Class.js b/Introspect/Class.js index 8ded94a..90348ec 100644 --- a/Introspect/Class.js +++ b/Introspect/Class.js @@ -56,7 +56,9 @@ Class = XObject.define( this.extendsClasses.push(p); },this); - + if (this.parent) { + this.parent.addChildClass(this.alias); + } }, @@ -66,7 +68,7 @@ Class = XObject.define( if (this.parent) { this.parent.addChildClass(n); } - } + }, loadImplements : function()