From 0d2ca83c1bfba37572001a5d97bb2b37d5879070 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Jul 2010 23:48:04 +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 cd26605..452ce3c 100644 --- a/JSDOC/DocComment.js +++ b/JSDOC/DocComment.js @@ -38,7 +38,7 @@ DocComment = XObject.define( toJSON :function(t) { - var ret = { _object : 'DocComment' }; + var ret = { '*object' : 'DocComment' }; var _this = this; ['isUserComment','src', 'meta', 'tags'].forEach(function(k) { -- 2.39.2