From 7b01dc47fd51435564372216a4194289e18a5b4f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:45:39 +0800 Subject: [PATCH] Introspect/Class.js --- Introspect/Class.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Introspect/Class.js b/Introspect/Class.js index 8ded94a..c863a88 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); + } }, -- 2.39.2