From 6689fe043d6c319ae79d0dc7f59cb8376e3ca779 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Jul 2010 06:55:53 +0800 Subject: [PATCH] JSDOC/DocComment.js --- JSDOC/DocComment.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/JSDOC/DocComment.js b/JSDOC/DocComment.js index 1e9e94e..db4361a 100644 --- a/JSDOC/DocComment.js +++ b/JSDOC/DocComment.js @@ -26,11 +26,11 @@ DocComment = XObject.define( }, Object, // extends { - this.isUserComment = true; - this.src = ""; - this.meta = ""; - this.tagTexts = []; - this.tags = []; + isUserComment = true; + src : "", + meta : "", + tagTexts : [], + tags : [], /** * serialize.. -- 2.39.2