From: Alan Knowles Date: Tue, 20 Jul 2010 22:54:57 +0000 (+0800) Subject: JSDOC/DocComment.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=5c92d71dd2be5f7f5c30267e025a159026000fba JSDOC/DocComment.js --- diff --git a/JSDOC/DocComment.js b/JSDOC/DocComment.js index 79038dc..36baaa4 100644 --- a/JSDOC/DocComment.js +++ b/JSDOC/DocComment.js @@ -39,7 +39,7 @@ DocComment = XObject.define( { function array2object(a) { - m = m || false; + var r = []; a.forEach(function(e) { r.push(e.toObject());