From fdbec50998c4013998dc1d5f41e8575294ab850c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:45:50 +0800 Subject: [PATCH] Introspect/Class.js --- Introspect/Class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/Class.js b/Introspect/Class.js index c863a88..90348ec 100644 --- a/Introspect/Class.js +++ b/Introspect/Class.js @@ -68,7 +68,7 @@ Class = XObject.define( if (this.parent) { this.parent.addChildClass(n); } - } + }, loadImplements : function() -- 2.39.2