From 8219d71b0747a6908f4b0584929be4b349c99060 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:42:59 +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 7a6e0da..74c404d 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -502,7 +502,7 @@ ScopeParser.prototype = { currentScope = this.scopes[this.scopes.length-1]; //println(""+token.data+""); - !this.debug|| print ("EXP" + token.toString()); + this.log("EXP:" + token.data); switch (token.type) { case 'PUNC': switch(token.data) { -- 2.39.2