JSDOC/DocComment.js
[gnome.introspection-doc-generator] / JSDOC / DocComment.js
index 79038dc..3d4e20d 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..
@@ -39,7 +39,6 @@ DocComment = XObject.define(
         {
             function array2object(a)
             {
-                m = m || false;
                 var r = [];
                 a.forEach(function(e) {
                     r.push(e.toObject());