From c2c568ccf3667a85b03378572762743010d07c31 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Jun 2010 17:37:46 +0800 Subject: [PATCH] JSDOC/Introspect/Signal.js --- JSDOC/Introspect/Signal.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JSDOC/Introspect/Signal.js b/JSDOC/Introspect/Signal.js index 6d7e68e..7b48fe9 100644 --- a/JSDOC/Introspect/Signal.js +++ b/JSDOC/Introspect/Signal.js @@ -36,13 +36,13 @@ Signal = XObject.define( }); var n_original = GI.base_info_get_name(sig); - Object.extend(this,{ + XObject.extend(this,{ name : n_original.replace(/-/g,'_'), params : params, memberOf : memberOf.alias, exceptions : [], returns : [ { type : this.typeToName(GI.callable_info_get_return_type(sig)) } ], - desc : Introspect.doc(memberOf.alias + '.signal.' + n_original) + desc : NameSpace.doc(memberOf.alias + '.signal.' + n_original) }); memberOf[saveto].push(this); keylist.push(this.name); @@ -60,8 +60,8 @@ Signal = XObject.define( - Introspect.references[ty] = Introspect.references[ty] || []; - Introspect.references[ty].push(this); + NameSpace.references[ty] = NameSpace.references[ty] || []; + NameSpace.references[ty].push(this); addedto.push(ty); } -- 2.39.2