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

index 9345787..a8f67a9 100644 (file)
@@ -608,7 +608,7 @@ ScopeParser.prototype = {
                             if (this.braceNesting == expressionBraceNesting &&
                                     bracketNesting == 0 &&
                                     parensNesting == 0) {
-                                print(scopeIndent + "<< EXIT EXPRESSION");
+                                print("<< EXIT EXPRESSION");
                                 this.expN--;
                                 return;
                             }