JSDOC/DocComment.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 15:28:30 +0000 (23:28 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 15:28:30 +0000 (23:28 +0800)
JSDOC/DocComment.js

index 51e6270..740dce2 100644 (file)
@@ -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;
         },