Introspect/NameSpace.js
authorAlan Knowles <alan@akkbhome.com>
Sat, 13 Nov 2010 07:31:03 +0000 (15:31 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sat, 13 Nov 2010 07:31:03 +0000 (15:31 +0800)
Introspect/NameSpace.js

index fecd80a..760e9cb 100644 (file)
@@ -92,7 +92,7 @@ NameSpace = {
             print("NAME: " + info.get_name());
             //continue;
             var info_type = GI.base_info_get_type (info);
-            print("Type: " + info_type);q
+            print("Type: " + info_type);
             switch(info_type) {
                 case  GI.InfoType.OBJECT:
                     ret.objects.push(info.get_name());