From: Alan Knowles Date: Wed, 21 Jul 2010 15:29:00 +0000 (+0800) Subject: JSDOC/DocTag.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=9761c994d6a01a69e098ed64c1343a46fb15334c JSDOC/DocTag.js --- diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index 03659fc..2e5ccad 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -44,8 +44,8 @@ DocTag = XObject.define( */ toObject :function(t) { + var ret = { _object : 'DocTag' }; - var ret = { }; for (var i in this) { switch (typeof(this[i])) { case 'function':