From 448c8ac103f46e0fb08e7028e7ca41f53b27af3b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:22:32 +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 15f24ad..35bfdcb 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -247,7 +247,7 @@ ScopeParser.prototype = { case "KEYW.VAR": case "KEYW.CONST": // not really relivant as it's only mozzy that does this. - var vstart = this.ts.cursor; + var vstart = this.ts.cursor +1; //this.log("parseScope GOT VAR/CONST : " + token.toString()); while (true) { -- 2.39.2