From: Alan Knowles Date: Sat, 13 Nov 2010 07:45:49 +0000 (+0800) Subject: Introspect/Field.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=95ace35fabb069bad6690f554d1df5f0e0fc81c1 Introspect/Field.js --- 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;