From 8ae354eef119453db4ab88ae278142c48315c067 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Jul 2010 23:28:30 +0800 Subject: [PATCH] JSDOC/DocComment.js --- JSDOC/DocComment.js | 1 - 1 file changed, 1 deletion(-) diff --git a/JSDOC/DocComment.js b/JSDOC/DocComment.js index 51e6270..740dce2 100644 --- a/JSDOC/DocComment.js +++ b/JSDOC/DocComment.js @@ -44,7 +44,6 @@ DocComment = XObject.define( ['isUserComment','src', 'meta', 'tags'].forEach(function(k) { ret[k] = _this[k]; }) - ret.tags = array2object(this.tags,true); return ret; }, -- 2.39.2