From 76080d27cf50c0b2c548337c29241dc85e1ed523 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Jul 2010 23:28:36 +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 740dce2..ca7d001 100644 --- a/JSDOC/DocComment.js +++ b/JSDOC/DocComment.js @@ -39,7 +39,7 @@ DocComment = XObject.define( { var ret = { _object : 'DocComment' }; - var ret = { }; + var _this = this; ['isUserComment','src', 'meta', 'tags'].forEach(function(k) { ret[k] = _this[k]; -- 2.39.2