From: Alan Knowles Date: Thu, 15 Jul 2010 06:17:38 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=16cd4f1f820775d664681bece23a586a9fb718ed JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index c50402d..9345787 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -782,7 +782,7 @@ ScopeParser.prototype = { } if (!this.ts.nextTok()) break; } - print(scopeIndent + "<< EXIT EXPRESSION"); + print("<< EXIT EXPRESSION"); this.expN--; },