From 5c92d71dd2be5f7f5c30267e025a159026000fba Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Jul 2010 06:54:57 +0800 Subject: [PATCH] JSDOC/DocComment.js --- JSDOC/DocComment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.39.2