From d5e878422cd67f7dbde1f3b3b9ee4f12f89d0fae Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 14:01:07 +0800 Subject: [PATCH 1/1] 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 92dda40..e7120b4 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -543,7 +543,7 @@ ScopeParser.prototype = { print("MATCH!?"); var _t = this; token.prefix.replace(/eval:var:([a-z_]+)/ig, function(m, a) { - + print("GOT: " + a); var hi = _t.getIdentifier(a, thisScope, token); // println("PROTECT "+a+" from munge" + (hi ? "FOUND" : "MISSING")); if (hi) { -- 2.39.2