From 7f2239724a87412cde92e88fb6d269b9449fe817 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:17:54 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 9345787..a8f67a9 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -608,7 +608,7 @@ ScopeParser.prototype = { if (this.braceNesting == expressionBraceNesting && bracketNesting == 0 && parensNesting == 0) { - print(scopeIndent + "<< EXIT EXPRESSION"); + print("<< EXIT EXPRESSION"); this.expN--; return; } -- 2.39.2