From 245e619d716fac0f19ec356c1200cbde712598d3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 14:00:51 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a12181c..92dda40 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -540,6 +540,7 @@ ScopeParser.prototype = { //if (this.ts.look(-1).type == "COMM") { if (token.prefix && token.prefix.match(/eval/)) { // look for eval:var:noreplace\n + print("MATCH!?"); var _t = this; token.prefix.replace(/eval:var:([a-z_]+)/ig, function(m, a) { -- 2.39.2