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

index 88d1218..e6c27cf 100644 (file)
@@ -220,7 +220,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
             
-            print(scopeIndent + ' SCOPE:' + token.data);
+            print(scopeIndent + expressionBraceNesting + ' SCOPE:' + token.data);
             //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);