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

index aed8d83..9701de0 100644 (file)
@@ -253,7 +253,7 @@ ScopeParser.prototype = {
                     while (true) {
                         token = this.ts.nextTok();
                         //!this.debug|| print( token.toString());
-                        print('SCOPE-VAR:' + token.toString());
+                        print('SCOPE-VAR-VAL:' + token.toString());
                         if (!token) { // can return false at EOF!
                             break;
                         }