From: Alan Knowles Date: Wed, 21 Jul 2010 16:15:58 +0000 (+0800) Subject: JSDOC/Symbol.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=edce3158b7e633886152f932c6349c3742aa56f6 JSDOC/Symbol.js --- diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index b0fc298..4c98432 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -666,6 +666,7 @@ Symbol = XObject.define( this.name = this.name.split('.').pop(); this.name = this.name.split('#').pop(); this.name = this.memberOf + this.name; + this._name = this.memberOf + this._name; } /*~t @@ -823,4 +824,4 @@ Symbol.fromDump = function(t) ns[i] = t[i]; } return ns; -} \ No newline at end of file +}