X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Introspect%2FProperty.js;fp=Introspect%2FProperty.js;h=7997796955d9aa67d2fe3385ee34be6eb4575e54;hb=e288d2f92563cd1919992d13eab1b175fc3be6fe;hp=ce9f47578f132bc487e970920b278c031613b05d;hpb=dc3aa2f78f2a2d9bb5e2e15551a0dde9c65b1c50;p=gnome.introspection-doc-generator diff --git a/Introspect/Property.js b/Introspect/Property.js index ce9f475..7997796 100644 --- a/Introspect/Property.js +++ b/Introspect/Property.js @@ -20,7 +20,7 @@ Basic = imports.Basic.Basic; Property = XObject.define( function(prop, memberOf, saveto, keylist) { this.propertyType = 'Property'; - var n_original = prop.get_name(prop); + var n_original = prop.get_name(); this.name = n_original.replace(/\-/g, '_') , this.type = this.typeToName(GI.property_info_get_type(prop)), this.flags = GI.property_info_get_flags(prop),