JSDOC/Symbol.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 16:15:58 +0000 (00:15 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 16:15:58 +0000 (00:15 +0800)
JSDOC/Symbol.js

index b0fc298..4c98432 100644 (file)
@@ -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
+}