From: Alan Knowles Date: Tue, 20 Jul 2010 22:55:08 +0000 (+0800) Subject: JSDOC/DocComment.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=9101dd43da80ea916b7067338c89a9e0994dee5a JSDOC/DocComment.js --- diff --git a/JSDOC/DocComment.js b/JSDOC/DocComment.js index 36baaa4..1e9e94e 100644 --- a/JSDOC/DocComment.js +++ b/JSDOC/DocComment.js @@ -39,7 +39,6 @@ DocComment = XObject.define( { function array2object(a) { - var r = []; a.forEach(function(e) { r.push(e.toObject());