JSDOC/DocComment.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 22:55:53 +0000 (06:55 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 22:55:53 +0000 (06:55 +0800)
JSDOC/DocComment.js

index 1e9e94e..db4361a 100644 (file)
@@ -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..