JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 04:30:55 +0000 (12:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 04:30:55 +0000 (12:30 +0800)
JSDOC/ScopeParser.js

index 96cd824..cf5c8f7 100644 (file)
@@ -192,7 +192,7 @@ ScopeParser.prototype = {
     dumpToken: function (tok, scope, brace) {
         if (this.dumpLine == false) {
             this.dumpLine = {
-                str : tok.data + ' '
+                str : tok.data + ' ',
                 scope : scope.length,
                 brace : brace
             }