From 983c527e1ae43e8adc77cd89c1e47af7f18673f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:52:00 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 2199ef0..b527a15 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -225,10 +225,10 @@ ScopeParser.prototype = { var isInObjectLitAr; this.scopes.push(scope); - var scopeIndent = ''; - this.scopes.forEach(function() { - scopeIndent += ' '; - }); + //var scopeIndent = ''; + //this.scopes.forEach(function() { + // scopeIndent += ' '; + //}); //print(scopeIndent + ">> ENTER SCOPE"); @@ -327,6 +327,7 @@ ScopeParser.prototype = { if (token.props) { // it's an object literal.. // the values could be replaced.. + } isObjectLitAr.push(false); -- 2.39.2