JSDOC/DocTag.js
[gnome.introspection-doc-generator] / 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();
                    }