Introspect/NameSpace.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:25:43 +0000 (16:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:25:43 +0000 (16:25 +0800)
Introspect/NameSpace.js

index 32708ee..ac68dd5 100644 (file)
@@ -21,7 +21,7 @@ if (!GI.Repository) {
      GI.IBaseInfo.prototype.get_namespace = function(n) {
         return GI.base_info_get_namespace(this, n);
     }
-    GI.IBaseInfo.prototype.get_attribute ( n) {
+    GI.IBaseInfo.prototype.get_attribute = function( n) {
         return GI.base_info_get_attribute(this, n);
     }
 }