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

index 07c28aa..e61f74b 100644 (file)
@@ -356,7 +356,7 @@ Symbol = XObject.define(
             // @class
             var classes = this.comment.getTag("class");
             if (classes.length) {
-                print(JSON.stringify(classes,null,4));
+                print(JSON.stringify(this,null,4));
                 this.isa = "CONSTRUCTOR";
                 this.classDesc = classes[0].desc; // desc can't apply to the constructor as there is none.
                 if (!this.classDesc) {