From 4b9a0c86059520f3e2a03607cbafe62e8bb1051c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:12:11 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index c6880bc..a09f746 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -252,8 +252,8 @@ ScopeParser.prototype = { //this.log("parseScope GOT VAR/CONST : " + token.toString()); while (true) { token = this.ts.nextTok(); - !this.debug|| print( token.toString()); - + //!this.debug|| print( token.toString()); + print('SCOPE-VAR:' + token.toString()); if (!token) { // can return false at EOF! break; } -- 2.39.2