From 3f811a3d4b7efb3422a248fe7a3537074158ff73 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 26 Aug 2011 11:31:10 +0800 Subject: [PATCH] Introspect/Constant.js --- Introspect/Constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/Constant.js b/Introspect/Constant.js index 4d41668..376d960 100644 --- a/Introspect/Constant.js +++ b/Introspect/Constant.js @@ -23,7 +23,7 @@ Constant = XObject.define( function(prop, memberOf, saveto, keylist) { this.name = prop.get_name(); - var tif = prop.get_type(); //GI.constant_info_get_type(prop); + var tif = GI.constant_info_get_type(prop); var ty = GI.type_tag_to_string( GI.type_info_get_tag(tif)); this.type = this.typeToName(GI.constant_info_get_type(prop)); -- 2.39.2