From: Alan Knowles Date: Thu, 15 Jul 2010 05:52:00 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=983c527e1ae43e8adc77cd89c1e47af7f18673f4 JSDOC/ScopeParser.js --- 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);