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

index db4361a..bc4bf5f 100644 (file)
@@ -26,7 +26,7 @@ DocComment = XObject.define(
     }, 
     Object, // extends
     {
-        isUserComment = true;
+        isUserComment : true;
         src           : "",
         meta          : "",
         tagTexts      : [],