JSDOC/DocTag.js
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:49:24 +0000 (18:49 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:49:24 +0000 (18:49 +0800)
JSDOC/DocTag.js

index e0bc0da..011dcd6 100644 (file)
@@ -60,6 +60,7 @@ DocTag = XObject.define(
                     default:
                         
                         print("unknown type:" + typeof(this[i]));
+                        this.toJSON = null;
                         print(JSON.stringify(this));;
                         Seed.quit();
                    }