X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=Introspect%2FField.js;h=f2e24f826971ba04500d19e934aa22ef1a533806;hp=b1566c25bc3b6974e6df23dbb2a282597c4ed8bd;hb=95ace35fabb069bad6690f554d1df5f0e0fc81c1;hpb=4c668bc8e3b42cdb83d2500d58ca387d73ebae3a diff --git a/Introspect/Field.js b/Introspect/Field.js index b1566c2..f2e24f8 100644 --- a/Introspect/Field.js +++ b/Introspect/Field.js @@ -22,7 +22,7 @@ Basic = imports.Basic.Basic; Field = XObject.define( function(prop, memberOf, saveto, keylist) { - this.name = prop.get_name(p) ; + this.name = prop.get_name() ; this.type = this.typeToName(GI.field_info_get_type(prop)); this.flags = GI.field_info_get_flags(prop); this.memberOf = memberOf.alias;