From e5a92d2e8394fc5588ee8ddaa5de8285c320649a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Jul 2010 06:54:47 +0800 Subject: [PATCH] JSDOC/DocComment.js --- JSDOC/DocComment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/DocComment.js b/JSDOC/DocComment.js index 08fcd48..79038dc 100644 --- a/JSDOC/DocComment.js +++ b/JSDOC/DocComment.js @@ -37,12 +37,12 @@ DocComment = XObject.define( */ toObject :function(t) { - function array2object(a , m) + function array2object(a) { m = m || false; var r = []; a.forEach(function(e) { - r.push(m ? e : e.toObject()); + r.push(e.toObject()); }) } var ret = { }; -- 2.39.2