From ce86169ffe401ff844fabb5e6f93130b2b53ecc3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 14:03:20 +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 fb9cec9..db7a70a 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -785,7 +785,7 @@ ScopeParser.prototype = { symbol = token.data; - if (this.mode == 'BUILDING_SYMBOL_TREE') { + //if (this.mode == 'BUILDING_SYMBOL_TREE') { if (token.name == "EVAL") { print(JSON.stringify(token,null,4)); @@ -816,7 +816,7 @@ ScopeParser.prototype = { } break; - } + //} default: //if (this.mode == 'BUILDING_SYMBOL_TREE') // print("EXPR-SKIP:" + JSON.stringify(token, null, 4)); -- 2.39.2