From 6345445564f90020099b7389926e630f27bd43d0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:25:29 +0800 Subject: [PATCH] Introspect/NameSpace.js --- Introspect/NameSpace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/NameSpace.js b/Introspect/NameSpace.js index 3f52160..32708ee 100644 --- a/Introspect/NameSpace.js +++ b/Introspect/NameSpace.js @@ -21,7 +21,7 @@ if (!GI.Repository) { GI.IBaseInfo.prototype.get_namespace = function(n) { return GI.base_info_get_namespace(this, n); } - GI.IBaseInfo.get_attribute ( n) { + GI.IBaseInfo.prototype.get_attribute ( n) { return GI.base_info_get_attribute(this, n); } } -- 2.39.2