From: Alan Knowles Date: Tue, 20 Jul 2010 22:55:53 +0000 (+0800) Subject: JSDOC/DocComment.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=6689fe043d6c319ae79d0dc7f59cb8376e3ca779 JSDOC/DocComment.js --- 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..