From 3c71f145e3787c060d301f52f7bb2b89e4fd905d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:54:31 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 4c10cdb..7c30745 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -534,6 +534,8 @@ ScopeParser.prototype = { if (this.mode == 'BUILDING_SYMBOL_TREE') { if (symbol == "eval") { + + seed.print(JSON.stringify(token, null,4)); // look back one and see if we can find a comment!!! //if (this.ts.look(-1).type == "COMM") { if (token.prefix && token.prefix.match('/eval/')) { -- 2.39.2