From 31488cbe83bc33904796c0baf644e0812147307e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 22 Sep 2014 18:16:20 +0800 Subject: [PATCH] JSDOC/Symbol.js --- JSDOC/Symbol.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index 55bf159..c8e1d77 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -452,10 +452,10 @@ Symbol = XObject.define( // @static if (this.comment.getTag("singleton").length) { this.isStatic = true; - print('------------- got singleton ---------------' + this.isa); - if (this.isa == "CONSTRUCTOR") { - this.isNamespace = true; - } + //print('------------- got singleton ---------------' + this.isa); + //if (this.isa == "CONSTRUCTOR") { + // this.isNamespace = true; + //} } -- 2.39.2