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

index 36f03db..135e32f 100644 (file)
@@ -247,8 +247,7 @@ ScopeParser.prototype = {
         token = this.ts.lookTok(1);
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
-            
-            print(scopeIndent + expressionBraceNesting + ' SCOPE:' + token.data);
+            this.dumpToken(token.data, this.scopes, expressionBraceNesting);
             //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);