From 229538a418ea43416b154f3f01067442783351fb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:58:25 +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 634ec7e..e6544cc 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -792,7 +792,7 @@ ScopeParser.prototype = { var _t = this; token.prefix.replace(/eval:var:([a-z]+)/ig, function(m, a) { - print(a); + print("PROTECT: " + a); var hi = _t.getIdentifier(a, currentScope, token); -- 2.39.2