JSDOC/Symbol.js
authorAlan Knowles <alan@roojs.com>
Mon, 22 Sep 2014 10:16:20 +0000 (18:16 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Sep 2014 10:16:20 +0000 (18:16 +0800)
JSDOC/Symbol.js

index 55bf159..c8e1d77 100644 (file)
@@ -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;
+                //}
             }