From 9354acf44e74342895afebcf7408e6ea72f784c6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:54:45 +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 7c30745..f66bc50 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -535,7 +535,7 @@ ScopeParser.prototype = { if (symbol == "eval") { - seed.print(JSON.stringify(token, null,4)); + 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