From edce3158b7e633886152f932c6349c3742aa56f6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 Jul 2010 00:15:58 +0800 Subject: [PATCH] JSDOC/Symbol.js --- JSDOC/Symbol.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +} -- 2.39.2